Searched refs:RecordLocation (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1398 struct RecordLocation { struct 1402 RecordLocation(ModuleFile *M, uint64_t O) : F(M), Offset(O) {} in RecordLocation() argument 1406 RecordLocation TypeCursorForIndex(unsigned Index); 1416 RecordLocation DeclCursorForID(serialization::DeclID ID, 1423 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 84 ASTReader::RecordLocation Loc; 251 ASTReader::RecordLocation Loc, in ASTDeclReader() 3082 ASTReader::RecordLocation 3090 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset)); in DeclCursorForID() 3093 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() 3097 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset() 3626 RecordLocation Loc = DeclCursorForID(ID, DeclLoc); in ReadDeclRecord() 4070 ASTDeclReader Reader(*this, Record, RecordLocation(F, Offset), ID, in loadDeclUpdateRecords()
|
H A D | ASTReader.cpp | 6468 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex() 6472 return RecordLocation( in TypeCursorForIndex() 6496 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord() 7341 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXCtorInitializers() 7375 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers() 7607 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()
|