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()
92 void InsertStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);95 void ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
84 clang::Stmt *NewStmt);
1017 clang::Stmt *NewStmt) { in InsertStmt() argument1021 newBody.push_back(NewStmt); in InsertStmt()1029 clang::Stmt *NewStmt) { in ReplaceStmt() argument1033 newBody.push_back(NewStmt); in ReplaceStmt()