Lines Matching refs:hadError
286 bool hadError = false; member in __anonde5473ff0211::InitListChecker
408 hadError = true; in diagnoseInitOverride()
495 bool HadError() { return hadError; } in HadError()
609 hadError = true; in PerformEmptyInit()
639 hadError = true; in FillInEmptyInitForBase()
694 hadError = true; in FillInEmptyInitForField()
719 hadError = true; in FillInEmptyInitForField()
725 hadError = true; in FillInEmptyInitForField()
729 if (hadError || VerifyOnly) { in FillInEmptyInitForField()
820 if (hadError) in FillInEmptyInitializations()
833 if (hadError) in FillInEmptyInitializations()
838 if (hadError) in FillInEmptyInitializations()
877 if (hadError) in FillInEmptyInitializations()
904 hadError = true; in FillInEmptyInitializations()
911 if (hadError) { in FillInEmptyInitializations()
980 if (!hadError && !AggrDeductionCandidateParamTypes && FullyStructuredList) { in InitListChecker()
984 if (RequiresSecondPass && !hadError) in InitListChecker()
988 if (hadError && FullyStructuredList) in InitListChecker()
1091 hadError = true; in CheckImplicitInitList()
1233 if (hadError) in CheckExplicitInitList()
1241 hadError = ExtraInitsIsError; in CheckExplicitInitList()
1346 hadError = true; in CheckListElementTypes()
1353 hadError = true; in CheckListElementTypes()
1370 hadError = true; in CheckListElementTypes()
1448 hadError = true; in CheckSubElementType()
1453 hadError = true; in CheckSubElementType()
1504 hadError = true; in CheckSubElementType()
1508 hadError = true; in CheckSubElementType()
1533 if (DirectlyDesignated && SemaRef.getLangOpts().CPlusPlus && !hadError) { in CheckSubElementType()
1535 hadError = true; in CheckSubElementType()
1557 hadError = true; in CheckSubElementType()
1621 hadError = in CheckScalarType()
1645 hadError = true; in CheckScalarType()
1666 hadError = true; // types weren't compatible. in CheckScalarType()
1696 hadError = true; in CheckReferenceType()
1707 hadError = true; in CheckReferenceType()
1726 hadError = true; in CheckReferenceType()
1776 hadError = true; // types weren't compatible. in CheckVectorType()
1888 hadError = true; in CheckVectorType()
1928 hadError = true; in CheckArrayType()
1977 hadError = HasErr; in CheckArrayType()
2010 hadError = true; in CheckArrayType()
2046 if (!hadError && DeclType->isIncompleteArrayType() && !VerifyOnly) { in CheckArrayType()
2059 if (!hadError) { in CheckArrayType()
2119 hadError = true; in CheckStructUnionTypes()
2128 hadError = true; in CheckStructUnionTypes()
2217 hadError = true; in CheckStructUnionTypes()
2255 hadError = true; in CheckStructUnionTypes()
2265 hadError = true; in CheckStructUnionTypes()
2305 hadError = true; in CheckStructUnionTypes()
2338 hadError = true; in CheckStructUnionTypes()
2345 hadError = true; in CheckStructUnionTypes()
2391 for (; Field != FieldEnd && !hadError; ++Field) { in CheckStructUnionTypes()
2408 hadError = true; in CheckStructUnionTypes()
2420 hadError = true; in CheckStructUnionTypes()
2582 bool prevHadError = hadError; in CheckDesignatedInitializer()
2599 return hadError && !prevHadError; in CheckDesignatedInitializer()
2732 hadError = true; in CheckDesignatedInitializer()
2884 if (!hadError && !isa<InitListExpr>(DIE->getInit()) && in CheckDesignatedInitializer()
2908 bool prevHadError = hadError; in CheckDesignatedInitializer()
2919 if (hadError && !prevHadError) { in CheckDesignatedInitializer()
2964 return hadError; in CheckDesignatedInitializer()
2967 bool prevHadError = hadError; in CheckDesignatedInitializer()
2974 return hadError && !prevHadError; in CheckDesignatedInitializer()
3168 bool prevHadError = hadError; in CheckDesignatedInitializer()
3172 return hadError && !prevHadError; in CheckDesignatedInitializer()