HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceStmt (Results 1 - 7 of 7) 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 245 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
248 bool ReplaceStmt(Stmt *From, Stmt *To);
  /external/clang/lib/Rewrite/
Rewriter.cpp 322 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
325 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) {
RewriteModernObjC.cpp 210 void ReplaceStmt(Stmt *Old, Stmt *New) {
220 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]
RewriteObjC.cpp 196 void ReplaceStmt(Stmt *Old, Stmt *New) {
206 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]

Completed in 76 milliseconds