Searched refs:hasErrors (Results 1 – 5 of 5) sorted by relevance
64 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local65 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
3031 bool hasErrors = Record[7]; in ReadControlBlock() local3032 if (hasErrors && !DisableValidation) { in ReadControlBlock()3044 if (hasErrors) { in ReadControlBlock()
86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList329 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues()555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
38 bool hasErrors() const;
144 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks1165 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) { in ParseInternal()