Lines Matching defs:hadError
313 bool hadError = false;
437 hadError = true;
560 bool HadError() { return hadError; }
673 hadError = true;
703 hadError = true;
782 hadError = true;
807 hadError = true;
813 hadError = true;
817 if (hadError || VerifyOnly) {
902 if (hadError)
915 if (hadError)
920 if (hadError)
959 if (hadError)
986 hadError = true;
993 if (hadError) {
1062 if (!hadError && !AggrDeductionCandidateParamTypes && FullyStructuredList) {
1066 if (RequiresSecondPass && !hadError)
1070 if (hadError && FullyStructuredList)
1173 hadError = true;
1315 if (hadError)
1323 hadError = ExtraInitsIsError;
1428 hadError = true;
1435 hadError = true;
1452 hadError = true;
1547 hadError = true;
1552 hadError = true;
1606 hadError = true;
1610 hadError = true;
1635 if (DirectlyDesignated && SemaRef.getLangOpts().CPlusPlus && !hadError) {
1637 hadError = true;
1659 hadError = true;
1723 hadError =
1747 hadError = true;
1770 hadError = true; // types weren't compatible.
1802 hadError = true;
1813 hadError = true;
1832 hadError = true;
1882 hadError = true; // types weren't compatible.
1995 hadError = true;
2066 hadError = true;
2123 hadError = HasErr;
2156 hadError = true;
2203 if (!hadError && DeclType->isIncompleteArrayType() && !VerifyOnly) {
2216 if (!hadError) {
2280 hadError = true;
2289 hadError = true;
2381 hadError = true;
2417 hadError = true;
2427 hadError = true;
2462 hadError = true;
2495 hadError = true;
2502 hadError = true;
2553 for (; Field != FieldEnd && !hadError; ++Field) {
2570 hadError = true;
2582 hadError = true;
2749 bool prevHadError = hadError;
2766 return hadError && !prevHadError;
2899 hadError = true;
3051 if (!hadError && !isa<InitListExpr>(DIE->getInit()) &&
3075 bool prevHadError = hadError;
3086 if (hadError && !prevHadError) {
3131 return hadError;
3134 bool prevHadError = hadError;
3141 return hadError && !prevHadError;
3335 bool prevHadError = hadError;
3339 return hadError && !prevHadError;