Lines Matching refs:hadError
310 bool hadError = false; member in __anon3dab0ec90211::InitListChecker
434 hadError = true; in diagnoseInitOverride()
557 bool HadError() { return hadError; } in HadError()
671 hadError = true; in PerformEmptyInit()
701 hadError = true; in FillInEmptyInitForBase()
756 hadError = true; in FillInEmptyInitForField()
781 hadError = true; in FillInEmptyInitForField()
787 hadError = true; in FillInEmptyInitForField()
791 if (hadError || VerifyOnly) { in FillInEmptyInitForField()
876 if (hadError) in FillInEmptyInitializations()
889 if (hadError) in FillInEmptyInitializations()
894 if (hadError) in FillInEmptyInitializations()
933 if (hadError) in FillInEmptyInitializations()
960 hadError = true; in FillInEmptyInitializations()
967 if (hadError) { in FillInEmptyInitializations()
1036 if (!hadError && !AggrDeductionCandidateParamTypes && FullyStructuredList) { in InitListChecker()
1040 if (RequiresSecondPass && !hadError) in InitListChecker()
1044 if (hadError && FullyStructuredList) in InitListChecker()
1147 hadError = true; in CheckImplicitInitList()
1289 if (hadError) in CheckExplicitInitList()
1297 hadError = ExtraInitsIsError; in CheckExplicitInitList()
1402 hadError = true; in CheckListElementTypes()
1409 hadError = true; in CheckListElementTypes()
1426 hadError = true; in CheckListElementTypes()
1521 hadError = true; in CheckSubElementType()
1526 hadError = true; in CheckSubElementType()
1580 hadError = true; in CheckSubElementType()
1584 hadError = true; in CheckSubElementType()
1609 if (DirectlyDesignated && SemaRef.getLangOpts().CPlusPlus && !hadError) { in CheckSubElementType()
1611 hadError = true; in CheckSubElementType()
1633 hadError = true; in CheckSubElementType()
1697 hadError = in CheckScalarType()
1721 hadError = true; in CheckScalarType()
1744 hadError = true; // types weren't compatible. in CheckScalarType()
1776 hadError = true; in CheckReferenceType()
1787 hadError = true; in CheckReferenceType()
1806 hadError = true; in CheckReferenceType()
1856 hadError = true; // types weren't compatible. in CheckVectorType()
1968 hadError = true; in CheckVectorType()
2041 hadError = true; in CheckArrayType()
2098 hadError = HasErr; in CheckArrayType()
2131 hadError = true; in CheckArrayType()
2178 if (!hadError && DeclType->isIncompleteArrayType() && !VerifyOnly) { in CheckArrayType()
2191 if (!hadError) { in CheckArrayType()
2251 hadError = true; in CheckStructUnionTypes()
2260 hadError = true; in CheckStructUnionTypes()
2352 hadError = true; in CheckStructUnionTypes()
2388 hadError = true; in CheckStructUnionTypes()
2398 hadError = true; in CheckStructUnionTypes()
2433 hadError = true; in CheckStructUnionTypes()
2466 hadError = true; in CheckStructUnionTypes()
2473 hadError = true; in CheckStructUnionTypes()
2525 for (; Field != FieldEnd && !hadError; ++Field) { in CheckStructUnionTypes()
2542 hadError = true; in CheckStructUnionTypes()
2554 hadError = true; in CheckStructUnionTypes()
2721 bool prevHadError = hadError; in CheckDesignatedInitializer()
2738 return hadError && !prevHadError; in CheckDesignatedInitializer()
2871 hadError = true; in CheckDesignatedInitializer()
3023 if (!hadError && !isa<InitListExpr>(DIE->getInit()) && in CheckDesignatedInitializer()
3047 bool prevHadError = hadError; in CheckDesignatedInitializer()
3058 if (hadError && !prevHadError) { in CheckDesignatedInitializer()
3103 return hadError; in CheckDesignatedInitializer()
3106 bool prevHadError = hadError; in CheckDesignatedInitializer()
3113 return hadError && !prevHadError; in CheckDesignatedInitializer()
3307 bool prevHadError = hadError; in CheckDesignatedInitializer()
3311 return hadError && !prevHadError; in CheckDesignatedInitializer()