Searched refs:GetRecovery (Results 1 – 1 of 1) sorted by relevance
787 auto GetRecovery = [&](Expr *E, QualType Ty) { in ActOnArraySectionExpr() local802 LBRes.isUsable() ? LBRes.get() : GetRecovery(LowerBound, Context.IntTy); in ActOnArraySectionExpr()813 LenRes.isUsable() ? LenRes.get() : GetRecovery(Length, Context.IntTy); in ActOnArraySectionExpr()864 LowerBound = GetRecovery(LowerBound, LowerBound->getType()); in ActOnArraySectionExpr()872 LowerBound = GetRecovery(LowerBound, LowerBound->getType()); in ActOnArraySectionExpr()882 Length = GetRecovery(Length, Length->getType()); in ActOnArraySectionExpr()890 Length = GetRecovery(Length, Length->getType()); in ActOnArraySectionExpr()916 LowerBound = GetRecovery(LowerBound, LowerBound->getType()); in ActOnArraySectionExpr()918 Length = GetRecovery(Length, Length->getType()); in ActOnArraySectionExpr()