Home | History | Annotate | Download | only in Sema

Lines Matching full:compound

357   if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) {
364 S.Diag(Compound->getRBracLoc(),
367 S.Diag(Compound->getRBracLoc(),
372 S.Diag(Compound->getRBracLoc(),
375 S.Diag(Compound->getRBracLoc(),
381 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn)
384 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn)
387 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn);