Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp147 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp666 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
724 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp619 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DFrontendAction.cpp688 if (!CI.hasSourceManager()) in BeginSourceFile()
H A DASTUnit.cpp680 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()
695 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
H A DCompilerInstance.cpp962 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h575 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1544 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h418 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp1107 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()