Searched refs:newBody (Results 1 – 1 of 1) sorted by relevance
1013 std::vector<clang::Stmt*> newBody; in InsertStmt() local1016 newBody.push_back(NewStmt); in InsertStmt()1018 newBody.push_back(S1); in InsertStmt()1020 mCS->setStmts(C, newBody); in InsertStmt()1025 std::vector<clang::Stmt*> newBody; in ReplaceStmt() local1028 newBody.push_back(NewStmt); in ReplaceStmt()1030 newBody.push_back(S1); in ReplaceStmt()1033 mCS->setStmts(C, newBody); in ReplaceStmt()