Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1351 struct RecordLocation { struct
1355 RecordLocation(ModuleFile *M, uint64_t O) : F(M), Offset(O) {} in RecordLocation() argument
1359 RecordLocation TypeCursorForIndex(unsigned Index);
1369 RecordLocation DeclCursorForID(serialization::DeclID ID,
1376 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp83 ASTReader::RecordLocation Loc;
250 ASTReader::RecordLocation Loc, in ASTDeclReader()
2866 ASTReader::RecordLocation
2874 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset)); in DeclCursorForID()
2877 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset()
2881 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
3763 RecordLocation Loc = DeclCursorForID(ID, DeclLoc); in ReadDeclRecord()
4189 ASTDeclReader Reader(*this, Record, RecordLocation(F, Offset), ID, in loadDeclUpdateRecords()
H A DASTReader.cpp6370 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex()
6374 return RecordLocation( in TypeCursorForIndex()
6397 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord()
7221 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXCtorInitializers()
7255 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers()
7487 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()