Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp445 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation()
530 return Diags.getNumErrors() == NumErrorsBefore; in FixupInvocation()
877 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs()
1031 return Diags.getNumErrors() == NumErrorsBefore; in ParseAnalyzerArgs()
1549 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs()
1960 return Diags.getNumErrors() == NumErrorsBefore; in ParseCodeGenArgs()
2065 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2153 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
2189 return Diags.getNumErrors() == NumErrorsBefore; in ParseMigratorArgs()
2796 return Diags.getNumErrors() == NumErrorsBefore; in ParseFrontendArgs()
[all …]
H A DCompilerInstance.cpp988 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
1029 return !getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp50 if (getCompilerInstance().getDiagnostics().getNumErrors() > 0) in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h847 unsigned getNumErrors() const { return NumErrors; } in getNumErrors() function
1716 unsigned getNumErrors() const { return NumErrors; } in getNumErrors() function
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp595 if (DiagClient->getNumErrors()) in applyTransform()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1185 unsigned num_errors = adapter->getNumErrors(); in ParseInternal()