Lines Matching defs:NBody
13889 const NullStmt *NBody = dyn_cast<NullStmt>(Body);
13890 if (!NBody)
13894 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
13897 Diag(NBody->getSemiLoc(), DiagID);
13898 Diag(NBody->getSemiLoc(), diag::note_empty_body_on_separate_line);
13920 const NullStmt *NBody = dyn_cast<NullStmt>(Body);
13921 if (!NBody)
13925 if (Diags.isIgnored(DiagID, NBody->getSemiLoc()))
13929 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
13962 Diag(NBody->getSemiLoc(), DiagID);
13963 Diag(NBody->getSemiLoc(), diag::note_empty_body_on_separate_line);