Home
last modified time | relevance | path

Searched refs:hasSourceManager (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp118 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp151 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp37 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
112 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DFrontendAction.cpp236 if (!CI.hasSourceManager()) in BeginSourceFile()
H A DSerializedDiagnosticPrinter.cpp630 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DCompilerInstance.cpp807 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
H A DASTUnit.cpp628 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) in HandleDiagnostic()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h377 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1134 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h381 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp944 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()