Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
142 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
H A DSARIFDiagnosticPrinter.cpp76 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp147 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp674 if (Diags.hasSourceManager()) in ~VerifyDiagnosticConsumer()
732 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp616 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DFrontendAction.cpp738 if (!CI.hasSourceManager()) { in BeginSourceFile()
H A DASTUnit.cpp723 if (!D.hasSourceManager() || !D.getLocation().isValid()) in HandleDiagnostic()
738 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
H A DCompilerInstance.cpp1057 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp61 if (!Clang.hasSourceManager()) in createMissingComponents()
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h582 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1583 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h467 bool hasSourceManager() const { return SourceMgr != nullptr; }
443 bool hasSourceManager() const { return SourceMgr != nullptr; } hasSourceManager() function
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1160 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp647 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()