Lines Matching refs:hadError

287   bool hadError = false;  member in __anon778db8540111::InitListChecker
404 hadError = true; in diagnoseInitOverride()
481 bool HadError() { return hadError; } in HadError()
593 hadError = true; in PerformEmptyInit()
623 hadError = true; in FillInEmptyInitForBase()
678 hadError = true; in FillInEmptyInitForField()
703 hadError = true; in FillInEmptyInitForField()
709 hadError = true; in FillInEmptyInitForField()
713 if (hadError || VerifyOnly) { in FillInEmptyInitForField()
804 if (hadError) in FillInEmptyInitializations()
817 if (hadError) in FillInEmptyInitializations()
822 if (hadError) in FillInEmptyInitializations()
861 if (hadError) in FillInEmptyInitializations()
888 hadError = true; in FillInEmptyInitializations()
895 if (hadError) { in FillInEmptyInitializations()
963 if (!hadError && FullyStructuredList) { in InitListChecker()
967 if (RequiresSecondPass && !hadError) in InitListChecker()
971 if (hadError && FullyStructuredList) in InitListChecker()
1066 hadError = true; in CheckImplicitInitList()
1207 if (hadError) in CheckExplicitInitList()
1215 hadError = ExtraInitsIsError; in CheckExplicitInitList()
1317 hadError = true; in CheckListElementTypes()
1324 hadError = true; in CheckListElementTypes()
1334 hadError = true; in CheckListElementTypes()
1400 hadError = true; in CheckSubElementType()
1405 hadError = true; in CheckSubElementType()
1453 hadError = true; in CheckSubElementType()
1457 hadError = true; in CheckSubElementType()
1482 if (DirectlyDesignated && SemaRef.getLangOpts().CPlusPlus && !hadError) { in CheckSubElementType()
1484 hadError = true; in CheckSubElementType()
1506 hadError = true; in CheckSubElementType()
1568 hadError = !SemaRef.getLangOpts().CPlusPlus11; in CheckScalarType()
1591 hadError = true; in CheckScalarType()
1612 hadError = true; // types weren't compatible. in CheckScalarType()
1640 hadError = true; in CheckReferenceType()
1651 hadError = true; in CheckReferenceType()
1670 hadError = true; in CheckReferenceType()
1718 hadError = true; // types weren't compatible. in CheckVectorType()
1828 hadError = true; in CheckVectorType()
1868 hadError = true; in CheckArrayType()
1902 hadError = true; in CheckArrayType()
1935 hadError = true; in CheckArrayType()
1971 if (!hadError && DeclType->isIncompleteArrayType() && !VerifyOnly) { in CheckArrayType()
1984 if (!hadError) { in CheckArrayType()
2048 hadError = true; in CheckStructUnionTypes()
2059 hadError = true; in CheckStructUnionTypes()
2119 hadError = true; in CheckStructUnionTypes()
2153 hadError = true; in CheckStructUnionTypes()
2161 hadError = true; in CheckStructUnionTypes()
2203 hadError = true; in CheckStructUnionTypes()
2210 hadError = true; in CheckStructUnionTypes()
2249 for (; Field != FieldEnd && !hadError; ++Field) { in CheckStructUnionTypes()
2266 hadError = true; in CheckStructUnionTypes()
2278 hadError = true; in CheckStructUnionTypes()
2437 bool prevHadError = hadError; in CheckDesignatedInitializer()
2454 return hadError && !prevHadError; in CheckDesignatedInitializer()
2584 hadError = true; in CheckDesignatedInitializer()
2726 if (!hadError && !isa<InitListExpr>(DIE->getInit()) && in CheckDesignatedInitializer()
2750 bool prevHadError = hadError; in CheckDesignatedInitializer()
2761 if (hadError && !prevHadError) { in CheckDesignatedInitializer()
2802 return hadError; in CheckDesignatedInitializer()
2805 bool prevHadError = hadError; in CheckDesignatedInitializer()
2812 return hadError && !prevHadError; in CheckDesignatedInitializer()
3006 bool prevHadError = hadError; in CheckDesignatedInitializer()
3010 return hadError && !prevHadError; in CheckDesignatedInitializer()