Searched refs:TypeRemap (Results 1 – 3 of 3) sorted by relevance
109 dumpLocalRemap("Type index local -> global map", TypeRemap); in dump()
1841 F.TypeRemap.insertOrReplace( in ReadASTBlock()2108 ContinuousRangeMap<uint32_t, int, 2>::Builder TypeRemap(F.TypeRemap); in ReadASTBlock() local2144 TypeRemap.insert(std::make_pair(TypeIndexOffset, in ReadASTBlock()4508 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()4509 assert(I != F.TypeRemap.end() && "Invalid index into type index remap"); in getGlobalTypeID()
334 ContinuousRangeMap<uint32_t, int, 2> TypeRemap; variable