Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastStmt

992         const Stmt *LastStmt = getLastStmt(*P);
993 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {
999 if (!LastStmt) { // This block contains no executable statements.