Searched refs:UpdatedStmtCount (Results 1 – 2 of 2) sorted by relevance
45 unsigned UpdatedStmtCount = 0; in ReplaceInCompoundStmt() local51 UpdatedStmtList[UpdatedStmtCount++] = mNewStmt; in ReplaceInCompoundStmt()53 UpdatedStmtList[UpdatedStmtCount++] = *bI; in ReplaceInCompoundStmt()57 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount)); in ReplaceInCompoundStmt()
136 unsigned UpdatedStmtCount = 0; in AppendAfterStmt() local148 UpdatedStmtList[UpdatedStmtCount++] = *bI; in AppendAfterStmt()155 UpdatedStmtList[UpdatedStmtCount++] = *I; in AppendAfterStmt()167 UpdatedStmtList[UpdatedStmtCount++] = *I; in AppendAfterStmt()171 CS->setStmts(C, llvm::makeArrayRef(UpdatedStmtList, UpdatedStmtCount)); in AppendAfterStmt()