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

References

tools/clang/include/clang/AST/ASTContext.h
  678   SourceManager& getSourceManager() { return SourceMgr; }
  679   const SourceManager& getSourceManager() const { return SourceMgr; }
  736     return FullSourceLoc(Loc,SourceMgr);
  799            !SourceMgr.isInSystemHeader(RC.getSourceRange().getBegin()));
tools/clang/lib/AST/ASTContext.cpp
  209       SourceMgr.getDecomposedLoc(RepresentativeLocForDecl);
  226       if (SourceMgr.getLineNumber(DeclLocDecomp.first, DeclLocDecomp.second) ==
  254   const char *Buffer = SourceMgr.getBufferData(DeclLocDecomp.first,
  272   const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr);
  287   const FileID File = SourceMgr.getDecomposedLoc(DeclLoc).first;
  470       SourceMgr.getDecomposedLoc((*Decls.begin())->getLocation()).first;
  491     const SourceLocation DeclLoc = getDeclLocForCommentSearch(D, SourceMgr);
 1391   return SourceMgr.getDiagnostics();
tools/clang/lib/Serialization/ASTWriter.cpp
 1754   WriteInputFiles(Context.SourceMgr,