Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastExpr

10135       ExprResult LastExpr = DefaultFunctionArrayConversion(LastE);
10136 if (LastExpr.isInvalid())
10138 Ty = LastExpr.get()->getType().getUnqualifiedType();
10140 if (!Ty->isDependentType() && !LastExpr.get()->isTypeDependent()) {
10148 = maybeRebuildARCConsumingStmt(LastExpr.get())) {
10149 LastExpr = rebuiltLastStmt;
10151 LastExpr = PerformCopyInitialization(
10156 LastExpr);
10159 if (LastExpr.isInvalid())
10161 if (LastExpr.get() != nullptr) {
10163 Compound->setLastStmt(LastExpr.get());
10165 LastLabelStmt->setSubStmt(LastExpr.get());