Searched refs:newBody (Results 1 – 1 of 1) sorted by relevance
1018 std::vector<clang::Stmt*> newBody; in InsertStmt() local1021 newBody.push_back(NewStmt); in InsertStmt()1023 newBody.push_back(S1); in InsertStmt()1025 mCS->setStmts(C, newBody); in InsertStmt()1030 std::vector<clang::Stmt*> newBody; in ReplaceStmt() local1033 newBody.push_back(NewStmt); in ReplaceStmt()1035 newBody.push_back(S1); in ReplaceStmt()1038 mCS->setStmts(C, newBody); in ReplaceStmt()