Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp593 if (DiagClient->getNumErrors()) in applyTransform()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp967 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
1008 return !getDiagnostics().getClient()->getNumErrors(); in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h1497 unsigned getNumErrors() const { return NumErrors; } in getNumErrors() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp906 unsigned num_errors = diag_buf->getNumErrors(); in ParseInternal()