Lines Matching defs:LastStmt
998 const Stmt *LastStmt = getLastStmt(*P);999 if (const AttributedStmt *AS = asFallThroughAttr(LastStmt)) {1005 if (!LastStmt) { // This block contains no executable statements.