|
clang
3.8.0
|
#include "clang/Serialization/Module.h"#include "ASTReaderInternals.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| template<typename Key , typename Offset , unsigned InitialCapacity> | |
| static void | dumpLocalRemap (StringRef Name, const ContinuousRangeMap< Key, Offset, InitialCapacity > &Map) |
|
static |
Definition at line 55 of file Serialization/Module.cpp.
References clang::ContinuousRangeMap< Int, V, InitialCapacity >::begin(), clang::ContinuousRangeMap< Int, V, InitialCapacity >::end(), and I.
Referenced by clang::serialization::ModuleFile::dump().
1.8.6