Home | History | Annotate | Download | only in Sema

Lines Matching defs:LastStmt

10124     Stmt *LastStmt = Compound->body_back();
10126 // If LastStmt is a label, skip down through into the body.
10127 while (LabelStmt *Label = dyn_cast<LabelStmt>(LastStmt)) {
10129 LastStmt = Label->getSubStmt();
10132 if (Expr *LastE = dyn_cast<Expr>(LastStmt)) {