Searched refs:HasErrors (Results 1 – 10 of 10) sorted by relevance
4 @import HasErrors;28 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: note: while building module 'HasErrors'30 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: fatal: could not build module 'HasErrors'
5 module HasErrors {
227 bool HasErrors() const;
155 bool ValidityMessages::HasErrors() const { in HasErrors() function in autofill::ValidityMessages
143 def HasErrors(self): member in CheckerBase
144 def HasErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl
166 def HasErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl
395 return !messages.HasErrors();
2246 return !validity.HasErrors(); in ValidateGroup()