Home
last modified time | relevance | path

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

12

/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp118 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
DTextDiagnosticPrinter.cpp151 assert(Info.hasSourceManager() && in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp37 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
112 if (Info.hasSourceManager()) { in HandleDiagnostic()
DFrontendAction.cpp255 if (!CI.hasSourceManager()) in BeginSourceFile()
DSerializedDiagnosticPrinter.cpp621 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
DCompilerInstance.cpp872 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/external/llvm-project/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic()
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
DTextDiagnosticPrinter.cpp148 assert(Info.hasSourceManager() && in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp667 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer()
725 if (Info.hasSourceManager()) { in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp619 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
DFrontendAction.cpp686 if (!CI.hasSourceManager()) in BeginSourceFile()
DASTUnit.cpp680 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile()
695 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
DCompilerInstance.cpp987 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
/external/llvm-project/clang-tools-extra/clangd/
DCompiler.cpp28 if (Info.hasSourceManager() && Info.getLocation().isValid()) { in log()
DDiagnostics.cpp218 if (!D.hasSourceManager()) in isInsideMainFile()
602 if (OrigSrcMgr && Info.hasSourceManager() && in HandleDiagnostic()
635 if (!LangOpts || !Info.hasSourceManager()) { in HandleDiagnostic()
DParsedAST.cpp331 Info.hasSourceManager() && in build()
/external/clang/include/clang/Basic/
DDiagnostic.h379 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1155 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h568 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
1505 bool hasSourceManager() const { return DiagObj->hasSourceManager(); } in hasSourceManager() function
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.cpp447 if (Info.getLocation().isValid() && Info.hasSourceManager()) in HandleDiagnostic()
453 if (Info.hasSourceManager()) in HandleDiagnostic()
/external/clang/include/clang/Frontend/
DCompilerInstance.h410 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h419 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
/external/llvm-project/clang/tools/clang-import-test/
Dclang-import-test.cpp135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
/external/clang/lib/Basic/
DDiagnostic.cpp957 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp1107 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp661 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()

12