Lines Matching defs:LastStmt
320 const Stmt *LastStmt = S.body_back();
321 while (const LabelStmt *LS = dyn_cast<LabelStmt>(LastStmt)) {
323 LastStmt = LS->getSubStmt();
328 QualType ExprTy = cast<Expr>(LastStmt)->getType();
330 EmitAggExpr(cast<Expr>(LastStmt), AggSlot);
336 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),