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

References

tools/clang/include/clang/Basic/Diagnostic.h
  410     return SourceMgr ? DiagStatesByLoc.lookup(*SourceMgr, Loc)
  410     return SourceMgr ? DiagStatesByLoc.lookup(*SourceMgr, Loc)
  520   bool hasSourceManager() const { return SourceMgr != nullptr; }
  523     assert(SourceMgr && "SourceManager not set!");
  524     return *SourceMgr;
  530     SourceMgr = SrcMgr;
tools/clang/lib/Basic/Diagnostic.cpp
   92   DiagStatesByLoc.dump(*SourceMgr);
   96   DiagStatesByLoc.dump(*SourceMgr, DiagName);
  338   DiagStatesByLoc.append(*SourceMgr, Loc, State);
  348   assert((L.isInvalid() || SourceMgr) && "No SourceMgr for valid location");
tools/clang/lib/Serialization/ASTWriter.cpp
 3162     SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0);