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/
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 109 milliseconds