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

References

tools/clang/include/clang/Serialization/ASTReader.h
 1502   SourceManager &getSourceManager() const { return SourceMgr; }
tools/clang/lib/Serialization/ASTReader.cpp
 1269   LineTableInfo &LineTable = SourceMgr.getLineTable();
 1524     FileID FID = SourceMgr.createFileID(File, IncludeLoc, FileCharacter,
 1527           const_cast<SrcMgr::FileInfo&>(SourceMgr.getSLocEntry(FID).getFile());
 1541       = SourceMgr.getOrCreateContentCache(File, isSystem(FileCharacter));
 1548       SourceMgr.overrideFileContents(File, std::move(Buffer));
 1567     SourceMgr.createFileID(std::move(Buffer), FileCharacter, ID,
 1574     SourceMgr.createExpansionLoc(SpellingLoc,
 1616     assert(SourceMgr.getMainFileID().isValid() && "missing main file");
 1617     return SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
 1617     return SourceMgr.getLocForStartOfFile(SourceMgr.getMainFileID());
 3375           SourceMgr.AllocateLoadedSLocEntries(F.LocalNumSLocEntries,
 4238       SourceMgr.getLoadedSLocEntryByID(Index);
 4361       SourceMgr.setPreambleFileID(PrimaryModule.OriginalSourceFileID);
 4363       SourceMgr.setMainFileID(PrimaryModule.OriginalSourceFileID);
 6032   if (SourceMgr.isLocalSourceLocation(Loc))
 6067       if (SourceMgr.isBeforeInTranslationUnit(
 6089   assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
 6113   if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID))
 6113   if (SourceMgr.isInFileID(SourceMgr.getFileLoc(Loc), FID))
 6256       auto IDAndOffset = SourceMgr.getDecomposedLoc(Loc);
 9804             SourceMgr.getDecomposedLoc(CommentLoc);
12237   SourceMgr.setExternalSLocEntrySource(this);