Searched refs:CompStmt2 (Results 1 – 1 of 1) sorted by relevance
430 const CompoundStmt *CompStmt2 = cast<CompoundStmt>(Stmt2); in isIdenticalStmt() local432 if (CompStmt1->size() != CompStmt2->size()) in isIdenticalStmt()436 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt()437 while (I1 != CompStmt1->body_end() && I2 != CompStmt2->body_end()) { in isIdenticalStmt()