Home
last modified time | relevance | path

Searched refs:getNumErrors (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp561 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation()
663 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
1029 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs()
1167 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1699 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs()
2158 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2259 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2332 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
2355 return Diags.getNumErrors() == NumErrorsBefore; in ParseMigratorArgs()
3011 return Diags.getNumErrors() == NumErrorsBefore; in ParseFrontendArgs()
[all …]
H A DCompilerInstance.cpp1068 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
1112 return !getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp70 unsigned Errs = CI->getDiagnostics().getClient()->getNumErrors(); in checkDiagErrors()
76 Errs = Client->getNumErrors(); in checkDiagErrors()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h857 unsigned getNumErrors() const { return NumErrors; } in getNumErrors() function
1754 unsigned getNumErrors() const { return NumErrors; } in getNumErrors() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp593 if (DiagClient->getNumErrors()) in applyTransform()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1160 unsigned num_errors = adapter->getNumErrors(); in ParseInternal()