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 80 void ReplaceStmt(
slang_rs_ast_replace.cpp 25 void RSASTReplace::ReplaceStmt(
slang_rs_object_ref_count.cpp 242 R.ReplaceStmt(mOuterStmt, S, CS);
    [all...]
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 248 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
251 bool ReplaceStmt(Stmt *From, Stmt *To);
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 249 void ReplaceStmt(Stmt *Old, Stmt *New) {
259 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]
RewriteObjC.cpp 198 void ReplaceStmt(Stmt *Old, Stmt *New) {
208 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 331 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
334 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) {

Completed in 157 milliseconds