reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 1467   if (llvm::Error Err = F->SLocEntryCursor.JumpToBit(
 1468           F->SLocEntryOffsets[ID - F->SLocEntryBaseID])) {
 1468           F->SLocEntryOffsets[ID - F->SLocEntryBaseID])) {
 1473   BitstreamCursor &SLocEntryCursor = F->SLocEntryCursor;
 1474   unsigned BaseOffset = F->SLocEntryBaseOffset;
 1506     InputFile IF = getInputFile(*F, InputID);
 1516     SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
 1517     if (IncludeLoc.isInvalid() && F->Kind != MK_MainFile) {
 1519       IncludeLoc = getImportLocation(F);
 1534       const DeclID *FirstDecl = F->FileSortedDecls + Record[6];
 1535       assert(F->FileSortedDecls && "FILE_SORTED_DECLS not encountered yet ?");
 1536       FileDeclIDs[FID] = FileDeclsInfo(F, llvm::makeArrayRef(FirstDecl,
 1559     SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
 1560     if (IncludeLoc.isInvalid() && F->isModule()) {
 1561       IncludeLoc = getImportLocation(F);
 1573     SourceLocation SpellingLoc = ReadSourceLocation(*F, Record[1]);
 1575                                      ReadSourceLocation(*F, Record[2]),
 1576                                      ReadSourceLocation(*F, Record[3]),