Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastExpr

8607       ExprResult LastExpr = DefaultFunctionArrayConversion(LastE);
8608 if (LastExpr.isInvalid())
8610 Ty = LastExpr.get()->getType().getUnqualifiedType();
8612 if (!Ty->isDependentType() && !LastExpr.get()->isTypeDependent()) {
8620 = maybeRebuildARCConsumingStmt(LastExpr.get())) {
8621 LastExpr = rebuiltLastStmt;
8623 LastExpr = PerformCopyInitialization(
8628 LastExpr);
8631 if (LastExpr.isInvalid())
8633 if (LastExpr.get() != 0) {
8635 Compound->setLastStmt(LastExpr.take());
8637 LastLabelStmt->setSubStmt(LastExpr.take());