Searched refs:GetRecovery (Results 1 – 1 of 1) sorted by relevance
1481 auto GetRecovery = [&](Expr *E, QualType Ty) { in ActOnArraySectionExpr() local1496 LBRes.isUsable() ? LBRes.get() : GetRecovery(LowerBound, Context.IntTy); in ActOnArraySectionExpr()1507 LenRes.isUsable() ? LenRes.get() : GetRecovery(Length, Context.IntTy); in ActOnArraySectionExpr()1558 LowerBound = GetRecovery(LowerBound, LowerBound->getType()); in ActOnArraySectionExpr()1566 LowerBound = GetRecovery(LowerBound, LowerBound->getType()); in ActOnArraySectionExpr()1576 Length = GetRecovery(Length, Length->getType()); in ActOnArraySectionExpr()1584 Length = GetRecovery(Length, Length->getType()); in ActOnArraySectionExpr()1610 LowerBound = GetRecovery(LowerBound, LowerBound->getType()); in ActOnArraySectionExpr()1612 Length = GetRecovery(Length, Length->getType()); in ActOnArraySectionExpr()