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

  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 25 void RSASTReplace::ReplaceStmt(
  /external/clang/lib/Rewrite/
Rewriter.cpp 321 /// ReplaceStmt - This replaces a Stmt/Expr with another, using the pretty
324 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) {
RewriteObjC.cpp 182 void ReplaceStmt(Stmt *Old, Stmt *New) {
192 if (!Rewrite.ReplaceStmt(Old, New)) {
    [all...]

Completed in 38 milliseconds