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

  /frameworks/compile/slang/
slang_rs_ast_replace.h 81 void ReplaceStmt(
slang_rs_ast_replace.cpp 25 void RSASTReplace::ReplaceStmt(
slang_rs_object_ref_count.cpp 245 R.ReplaceStmt(mOuterStmt, S, CS);
    [all...]
  /external/clang/include/clang/Rewrite/
Rewriter.h 247 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
250 bool ReplaceStmt(Stmt *From, Stmt *To);
  /external/clang/lib/Rewrite/
Rewriter.cpp 324 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
327 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) {
RewriteObjC.cpp 177 void ReplaceStmt(Stmt *Old, Stmt *New) {
187 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]

Completed in 35 milliseconds