Searched refs:UpdatedStmtList (Results 1 – 2 of 2) sorted by relevance
43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()]; in ReplaceInCompoundStmt() local51 UpdatedStmtList[UpdatedStmtCount++] = mNewStmt; in ReplaceInCompoundStmt()53 UpdatedStmtList[UpdatedStmtCount++] = *bI; in ReplaceInCompoundStmt()57 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount); in ReplaceInCompoundStmt()59 delete [] UpdatedStmtList; in ReplaceInCompoundStmt()
126 clang::Stmt **UpdatedStmtList = in AppendAfterStmt() local136 delete [] UpdatedStmtList; in AppendAfterStmt()141 UpdatedStmtList[UpdatedStmtCount++] = *bI; in AppendAfterStmt()148 UpdatedStmtList[UpdatedStmtCount++] = *I; in AppendAfterStmt()160 UpdatedStmtList[UpdatedStmtCount++] = *I; in AppendAfterStmt()164 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount); in AppendAfterStmt()166 delete [] UpdatedStmtList; in AppendAfterStmt()