Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastStmt

8596     Stmt *LastStmt = Compound->body_back();
8598 // If LastStmt is a label, skip down through into the body.
8599 while (LabelStmt *Label = dyn_cast<LabelStmt>(LastStmt)) {
8601 LastStmt = Label->getSubStmt();
8604 if (Expr *LastE = dyn_cast<Expr>(LastStmt)) {