Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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.cpp149 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp58 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
139 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp603 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DFrontendAction.cpp672 if (!CI.hasSourceManager()) in BeginSourceFile()
H A DCompilerInstance.cpp951 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
H A DASTUnit.cpp679 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h520 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1328 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h426 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp1092 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp490 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()