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

References

tools/clang/lib/Basic/Diagnostic.cpp
 1090   assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) &&
tools/clang/lib/Frontend/ASTUnit.cpp
  679   if (!D.hasSourceManager() || !D.getLocation().isValid())
  694   if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) {
tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
  117   if (MainFilename.empty() && Info.hasSourceManager()) {
  142   if (Info.getLocation().isValid() && Info.hasSourceManager()) {
tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  604   assert(Info.hasSourceManager() && LangOpts &&
tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
  148   assert(Info.hasSourceManager() &&
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  706   if (Info.hasSourceManager()) {
tools/clang/tools/clang-import-test/clang-import-test.cpp
  132     if (Info.hasSourceManager() && LangOpts) {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  437     if (Info.getLocation().isValid() && Info.hasSourceManager())
  443   if (Info.hasSourceManager())
tools/clang/tools/extra/clangd/Compiler.cpp
   27   if (Info.hasSourceManager() && Info.getLocation().isValid()) {
tools/clang/tools/extra/clangd/Diagnostics.cpp
  158   if (!D.hasSourceManager())
  514   if (!LangOpts || !Info.hasSourceManager()) {
tools/clang/tools/extra/clangd/ParsedAST.cpp
  290               Info.hasSourceManager() &&