Searched refs:RecordLocation (Results 1 – 3 of 3) sorted by relevance
1023 struct RecordLocation { struct1024 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() function1031 RecordLocation TypeCursorForIndex(unsigned Index); argument1034 RecordLocation DeclCursorForID(serialization::DeclID ID,1041 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
1996 ASTReader::RecordLocation2002 return RecordLocation(It->second.Mod, It->second.Offset); in DeclCursorForID()2011 return RecordLocation(M, DOffs.BitOffset); in DeclCursorForID()2014 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset()2019 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()2360 RecordLocation Loc = DeclCursorForID(ID, RawLocation); in ReadDeclRecord()
4480 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex()4484 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]); in TypeCursorForIndex()4494 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord()5387 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers()5451 RecordLocation Rec = DeclCursorForID(ID, RawLocation); in getSourceLocationForDeclID()5545 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()