Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CompoundStmt

116   if (const CompoundStmt *CS = dyn_cast<CompoundStmt>(Stmt1)) {
162 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt1)) {
166 if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt2)) {
431 const CompoundStmt *CompStmt1 = cast<CompoundStmt>(Stmt1);
432 const CompoundStmt *CompStmt2 = cast<CompoundStmt>(Stmt2);
437 CompoundStmt::const_body_iterator I1 = CompStmt1->body_begin();
438 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin();