Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h1023 struct RecordLocation { struct
1024 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() function
1031 RecordLocation TypeCursorForIndex(unsigned Index); argument
1034 RecordLocation DeclCursorForID(serialization::DeclID ID,
1041 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1996 ASTReader::RecordLocation
2002 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()
HDASTReader.cpp4480 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()