Home
last modified time | relevance | path

Searched refs:TypeRemap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleFile.cpp89 dumpLocalRemap("Type index local -> global map", TypeRemap); in dump()
H A DASTReader.cpp3136 F.TypeRemap.insertOrReplace( in ReadASTBlock()
3842 RemapBuilder TypeRemap(F.TypeRemap); in ReadModuleOffsetMap() local
3899 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()
7103 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()
7104 assert(I != F.TypeRemap.end() && "Invalid index into type index remap"); in getGlobalTypeID()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h482 ContinuousRangeMap<uint32_t, int, 2> TypeRemap; variable