HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceStmt (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 25 void RSASTReplace::ReplaceStmt(
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 327 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
330 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) {
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 198 void ReplaceStmt(Stmt *Old, Stmt *New) {
208 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]
RewriteModernObjC.cpp 235 void ReplaceStmt(Stmt *Old, Stmt *New) {
245 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]

Completed in 74 milliseconds