Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp114 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
140 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
H A DSARIFDiagnosticPrinter.cpp72 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp146 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp682 if (Diags.hasSourceManager())
740 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DFrontendAction.cpp886 if (!CI.hasSourceManager()) { in BeginSourceFile()
1279 if (CI.hasSourceManager()) { in EndSourceFile()
H A DSerializedDiagnosticPrinter.cpp617 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DASTUnit.cpp723 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()
738 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
H A DCompilerInstance.cpp1051 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp61 if (!Clang.hasSourceManager()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h615 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1558 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h453 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp645 if (!hasSourceManager() || !DiagSuppressionMapping) in isSuppressedViaMapping()
1449 (Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
H A DDiagnosticIDs.cpp541 if (!Diag.hasSourceManager()) in getDiagnosticSeverity()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp262 if (Info.hasSourceManager()) { in HandleDiagnostic()
847 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()