Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CompoundStmt

144   if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt1)) {
148 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt2)) {
412 const CompoundStmt *CompStmt1 = cast<CompoundStmt>(Stmt1);
413 const CompoundStmt *CompStmt2 = cast<CompoundStmt>(Stmt2);
418 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin();
419 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin();