Searched refs:bI (Results 1 – 2 of 2) sorted by relevance
46 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in ReplaceInCompoundStmt() local49 for ( ; bI != bE; bI++) { in ReplaceInCompoundStmt()50 if (matchesStmt(*bI)) { in ReplaceInCompoundStmt()53 UpdatedStmtList[UpdatedStmtCount++] = *bI; in ReplaceInCompoundStmt()
132 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in AppendAfterStmt() local139 for ( ; bI != bE; bI++) { in AppendAfterStmt()140 if (!S && ((*bI)->getStmtClass() == clang::Stmt::ReturnStmtClass)) { in AppendAfterStmt()149 UpdatedStmtList[UpdatedStmtCount++] = *bI; in AppendAfterStmt()151 if ((*bI == S) && !Once) { in AppendAfterStmt()