Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 DTextDiagnosticPrinter.cpp147 assert(Info.hasSourceManager() && in HandleDiagnostic()
H A DVerifyDiagnosticConsumer.cpp663 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
721 if (Info.hasSourceManager()) { in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp618 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
H A DFrontendAction.cpp720 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.cpp1031 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp27 if (Info.hasSourceManager() && Info.getLocation().isValid()) { in log()
H A DDiagnostics.cpp217 if (!D.hasSourceManager()) in isInsideMainFile()
672 if (OrigSrcMgr && Info.hasSourceManager() && in HandleDiagnostic()
705 if (!LangOpts || !Info.hasSourceManager()) { in HandleDiagnostic()
H A DParsedAST.cpp529 Info.hasSourceManager() && in build()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp59 if (!Clang.hasSourceManager()) in createMissingComponents()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h577 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1573 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp421 if (Info.getLocation().isValid() && Info.hasSourceManager()) in HandleDiagnostic()
427 if (Info.hasSourceManager()) in HandleDiagnostic()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h419 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp299 SawSourceManager = info.hasSourceManager(); in HandleDiagnostic()
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp1163 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp673 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()