Searched refs:NewStmt (Results 1 – 4 of 4) sorted by relevance
28 clang::Stmt *NewStmt) { in ReplaceStmt() argument30 mNewStmt = NewStmt; in ReplaceStmt()37 mNewExpr = llvm::dyn_cast<clang::Expr>(NewStmt); in ReplaceStmt()
91 void InsertStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);94 void ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
84 clang::Stmt *NewStmt);
1012 clang::Stmt *NewStmt) { in InsertStmt() argument1016 newBody.push_back(NewStmt); in InsertStmt()1024 clang::Stmt *NewStmt) { in ReplaceStmt() argument1028 newBody.push_back(NewStmt); in ReplaceStmt()