Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp572 unsigned NumErrorsBefore = Diags.getNumErrors(); in FixupInvocation()
687 return Diags.getNumErrors() == NumErrorsBefore; in getOptimizationLevel()
1053 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseAnalyzerArgs()
1191 return Diags.getNumErrors() == NumErrorsBefore; in initOption()
1775 unsigned NumErrorsBefore = Diags.getNumErrors(); in ParseCodeGenArgs()
2231 return Diags.getNumErrors() == NumErrorsBefore; in ParseDependencyOutputArgs()
2269 unsigned NumErrorsBefore = Diags.getNumErrors(); in parseShowColorsArgs()
2332 return Diags.getNumErrors() == NumErrorsBefore; in ParseFileSystemArgs()
2396 unsigned NumErrorsBefore = Diags.getNumErrors(); in GenerateDiagnosticArgs()
2405 return Diags.getNumErrors() in GenerateDiagnosticArgs()
[all...]
H A DCompilerInstance.cpp1093 return !getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
1105 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
/freebsd-src/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp
/freebsd-src/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-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp593 if (DiagClient->getNumErrors()) in applyTransform()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1163 unsigned num_errors = adapter->getNumErrors(); in ParseInternal()