Home | History | Annotate | Download | only in Sema

Lines Matching defs:LastStmt

11109 LastStmt = Compound->body_back();
11111 // If LastStmt is a label, skip down through into the body.
11112 while (LabelStmt *Label = dyn_cast<LabelStmt>(LastStmt)) {
11114 LastStmt = Label->getSubStmt();
11117 if (Expr *LastE = dyn_cast<Expr>(LastStmt)) {