Lines Matching refs:hadError

250   bool hadError;  member in __anon3a2dc5580111::InitListChecker
379 bool HadError() { return hadError; } in HadError()
507 hadError = true; in CheckEmptyInitializable()
526 hadError = true; in FillInEmptyInitForBase()
573 hadError = true; in FillInEmptyInitForField()
596 hadError = true; in FillInEmptyInitForField()
604 hadError = true; in FillInEmptyInitForField()
608 if (hadError) { in FillInEmptyInitForField()
693 if (hadError) in FillInEmptyInitializations()
706 if (hadError) in FillInEmptyInitializations()
711 if (hadError) in FillInEmptyInitializations()
749 if (hadError) in FillInEmptyInitializations()
772 hadError = true; in FillInEmptyInitializations()
779 if (hadError) { in FillInEmptyInitializations()
826 hadError = false; in InitListChecker()
833 if (!hadError && !VerifyOnly) { in InitListChecker()
837 if (RequiresSecondPass && !hadError) in InitListChecker()
922 hadError = true; in CheckImplicitInitList()
1066 if (hadError) in CheckExplicitInitList()
1075 hadError = true; in CheckExplicitInitList()
1086 hadError = true; in CheckExplicitInitList()
1105 hadError = true; in CheckExplicitInitList()
1109 hadError = true; in CheckExplicitInitList()
1187 hadError = true; in CheckListElementTypes()
1194 hadError = true; in CheckListElementTypes()
1203 hadError = true; in CheckListElementTypes()
1232 if (!hadError && !VerifyOnly) { in CheckSubElementType()
1237 if (RequiresSecondPass && !hadError) in CheckSubElementType()
1280 hadError = true; in CheckSubElementType()
1285 hadError = true; in CheckSubElementType()
1328 hadError = true; in CheckSubElementType()
1332 hadError = true; in CheckSubElementType()
1362 hadError = true; in CheckSubElementType()
1416 hadError = !SemaRef.getLangOpts().CPlusPlus11; in CheckScalarType()
1438 hadError = true; in CheckScalarType()
1446 hadError = true; in CheckScalarType()
1458 hadError = true; // types weren't compatible. in CheckScalarType()
1467 if (hadError) in CheckScalarType()
1488 hadError = true; in CheckReferenceType()
1499 hadError = true; in CheckReferenceType()
1507 hadError = true; in CheckReferenceType()
1517 hadError = true; in CheckReferenceType()
1522 if (hadError) in CheckReferenceType()
1555 hadError = true; in CheckVectorType()
1566 hadError = true; // types weren't compatible. in CheckVectorType()
1575 if (hadError) in CheckVectorType()
1680 hadError = true; in CheckVectorType()
1720 hadError = true; in CheckArrayType()
1753 hadError = true; in CheckArrayType()
1789 if (!hadError && DeclType->isIncompleteArrayType() && !VerifyOnly) { in CheckArrayType()
1802 if (!hadError && VerifyOnly) { in CheckArrayType()
1891 hadError = true; in CheckStructUnionTypes()
1902 hadError = true; in CheckStructUnionTypes()
1962 hadError = true; in CheckStructUnionTypes()
1996 hadError = true; in CheckStructUnionTypes()
2004 hadError = true; in CheckStructUnionTypes()
2046 hadError = true; in CheckStructUnionTypes()
2053 hadError = true; in CheckStructUnionTypes()
2092 for (; Field != FieldEnd && !hadError; ++Field) { in CheckStructUnionTypes()
2109 hadError = true; in CheckStructUnionTypes()
2121 hadError = true; in CheckStructUnionTypes()
2251 bool prevHadError = hadError; in CheckDesignatedInitializer()
2268 return hadError && !prevHadError; in CheckDesignatedInitializer()
2407 hadError = true; in CheckDesignatedInitializer()
2506 if (!hadError && !isa<InitListExpr>(DIE->getInit()) && in CheckDesignatedInitializer()
2530 bool prevHadError = hadError; in CheckDesignatedInitializer()
2541 if (hadError && !prevHadError) { in CheckDesignatedInitializer()
2582 return hadError; in CheckDesignatedInitializer()
2585 bool prevHadError = hadError; in CheckDesignatedInitializer()
2592 return hadError && !prevHadError; in CheckDesignatedInitializer()
2778 bool prevHadError = hadError; in CheckDesignatedInitializer()
2782 return hadError && !prevHadError; in CheckDesignatedInitializer()