/external/clang/lib/Frontend/ |
D | LogDiagnosticPrinter.cpp | 118 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic() 143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
|
D | TextDiagnosticPrinter.cpp | 151 assert(Info.hasSourceManager() && in HandleDiagnostic()
|
D | VerifyDiagnosticConsumer.cpp | 37 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer() 112 if (Info.hasSourceManager()) { in HandleDiagnostic()
|
D | FrontendAction.cpp | 255 if (!CI.hasSourceManager()) in BeginSourceFile()
|
D | SerializedDiagnosticPrinter.cpp | 621 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
|
D | CompilerInstance.cpp | 872 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
|
/external/llvm-project/clang/lib/Frontend/ |
D | LogDiagnosticPrinter.cpp | 117 if (MainFilename.empty() && Info.hasSourceManager()) { in HandleDiagnostic() 143 if (Info.getLocation().isValid() && Info.hasSourceManager()) { in HandleDiagnostic()
|
D | TextDiagnosticPrinter.cpp | 148 assert(Info.hasSourceManager() && in HandleDiagnostic()
|
D | VerifyDiagnosticConsumer.cpp | 667 if (Diags.hasSourceManager()) in VerifyDiagnosticConsumer() 725 if (Info.hasSourceManager()) { in HandleDiagnostic()
|
D | SerializedDiagnosticPrinter.cpp | 619 assert(Info.hasSourceManager() && LangOpts && in HandleDiagnostic()
|
D | FrontendAction.cpp | 686 if (!CI.hasSourceManager()) in BeginSourceFile()
|
D | ASTUnit.cpp | 680 if (!D.hasSourceManager() || !D.getLocation().isValid()) in isInMainFile() 695 if (!Info.hasSourceManager() || &Info.getSourceManager() == SourceMgr) { in HandleDiagnostic()
|
D | CompilerInstance.cpp | 987 if (hasSourceManager() && !Act.isModelParsingAction()) in ExecuteAction()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Compiler.cpp | 28 if (Info.hasSourceManager() && Info.getLocation().isValid()) { in log()
|
D | Diagnostics.cpp | 218 if (!D.hasSourceManager()) in isInsideMainFile() 602 if (OrigSrcMgr && Info.hasSourceManager() && in HandleDiagnostic() 635 if (!LangOpts || !Info.hasSourceManager()) { in HandleDiagnostic()
|
D | ParsedAST.cpp | 331 Info.hasSourceManager() && in build()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 379 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/ |
D | Diagnostic.h | 568 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/ |
D | ClangTidyDiagnosticConsumer.cpp | 447 if (Info.getLocation().isValid() && Info.hasSourceManager()) in HandleDiagnostic() 453 if (Info.hasSourceManager()) in HandleDiagnostic()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 410 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 419 bool hasSourceManager() const { return SourceMgr != nullptr; } in hasSourceManager() function
|
/external/llvm-project/clang/tools/clang-import-test/ |
D | clang-import-test.cpp | 135 if (Info.hasSourceManager() && LangOpts) { in HandleDiagnostic()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 957 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
|
/external/llvm-project/clang/lib/Basic/ |
D | Diagnostic.cpp | 1107 assert((Info.getLocation().isInvalid() || Info.hasSourceManager()) && in StoredDiagnostic()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangExpressionParser.cpp | 661 if (!m_compiler->hasSourceManager()) in ClangExpressionParser()
|