Lines Matching defs:NBody
13496 const NullStmt *NBody = dyn_cast<NullStmt>(Body);
13497 if (!NBody)
13501 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
13504 Diag(NBody->getSemiLoc(), DiagID);
13505 Diag(NBody->getSemiLoc(), diag::note_empty_body_on_separate_line);
13527 const NullStmt *NBody = dyn_cast<NullStmt>(Body);
13528 if (!NBody)
13532 if (Diags.isIgnored(DiagID, NBody->getSemiLoc()))
13536 if (!ShouldDiagnoseEmptyStmtBody(SourceMgr, StmtLoc, NBody))
13569 Diag(NBody->getSemiLoc(), DiagID);
13570 Diag(NBody->getSemiLoc(), diag::note_empty_body_on_separate_line);