Home
last modified time | relevance | path

Searched refs:hasDiagnostics (Results 1 – 21 of 21) sorted by relevance

/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp54 EXPECT_TRUE(Compiler.hasDiagnostics()); in TEST()
/external/llvm-project/clang/unittests/Frontend/
DCodeGenActionTest.cpp55 EXPECT_TRUE(Compiler.hasDiagnostics()); in TEST()
/external/clang/tools/driver/
Dcc1_main.cpp103 if (!Clang->hasDiagnostics()) in cc1_main()
/external/clang/examples/clang-interpreter/
Dmain.cpp152 if (!Clang.hasDiagnostics()) in main()
/external/llvm-project/clang/tools/driver/
Dcc1_main.cpp225 if (!Clang->hasDiagnostics()) in cc1_main()
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningWorker.cpp72 if (!Compiler.hasDiagnostics()) in runInvocation()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp200 if (!Clang.hasDiagnostics()) in main()
/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp61 if (!Compiler.hasDiagnostics()) in runInvocation()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp197 ASSERT_TRUE(CI.hasDiagnostics()); in ExecuteAction()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp198 ASSERT_TRUE(CI.hasDiagnostics()); in ExecuteAction()
/external/clang/include/clang/Frontend/
DCompilerInstance.h326 bool hasDiagnostics() const { return Diagnostics != nullptr; } in hasDiagnostics() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h334 bool hasDiagnostics() const { return Diagnostics != nullptr; } in hasDiagnostics() function
/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.cpp337 bool HadErrors = Clang->hasDiagnostics() && in index()
/external/clang/lib/Tooling/
DTooling.cpp305 if (!Compiler.hasDiagnostics()) in runInvocation()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp391 if (!Compiler.hasDiagnostics()) in runInvocation()
/external/clang/lib/CodeGen/
DCodeGenModule.h209 bool hasDiagnostics() { return Missing || Mismatched; } in hasDiagnostics() function
DCodeGenModule.cpp362 if (!hasDiagnostics()) in reportDiagnostics()
397 if (PGOStats.hasDiagnostics()) in Release()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.h243 bool hasDiagnostics() { return Missing || Mismatched; } in hasDiagnostics() function
DCodeGenModule.cpp389 if (!hasDiagnostics()) in reportDiagnostics()
478 if (PGOStats.hasDiagnostics()) in Release()
/external/clang/lib/Frontend/
DCompilerInstance.cpp825 assert(hasDiagnostics() && "Diagnostics engine is not initialized!"); in ExecuteAction()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp909 assert(hasDiagnostics() && "Diagnostics engine is not initialized!"); in ExecuteAction()