Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp64 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
65 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
H A DASTReader.cpp3031 bool hasErrors = Record[7]; in ReadControlBlock() local
3032 if (hasErrors && !DisableValidation) { in ReadControlBlock()
3044 if (hasErrors) { in ReadControlBlock()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
329 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues()
555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
H A DInternals.h38 bool hasErrors() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp144 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1165 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) { in ParseInternal()