Home
last modified time | relevance | path

Searched refs:ReplaceStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DRewriter.h251 bool ReplaceStmt(Stmt *From, Stmt *To);
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp249 void ReplaceStmt(Stmt *Old, Stmt *New) { in ReplaceStmt() function in __anon567941980111::RewriteModernObjC
259 if (!Rewrite.ReplaceStmt(Old, New)) { in ReplaceStmt()
2105 ReplaceStmt(Exp, Replacement); in RewriteAtEncode()
2121 ReplaceStmt(Exp, SelExp); in RewriteAtSelector()
2631 ReplaceStmt(Exp, cast); in RewriteObjCStringLiteral()
2647 ReplaceStmt(Exp, PE); in RewriteObjCBoolLiteralExpr()
2734 ReplaceStmt(Exp, CE); in RewriteObjCBoxedExpr()
2863 ReplaceStmt(Exp, CE); in RewriteObjCArrayLiteralExpr()
3027 ReplaceStmt(Exp, CE); in RewriteObjCDictionaryLiteralExpr()
3636 ReplaceStmt(Exp, ReplacingStmt); in RewriteMessageExpr()
[all …]
DRewriteObjC.cpp198 void ReplaceStmt(Stmt *Old, Stmt *New) { in ReplaceStmt() function in __anond27f26930111::RewriteObjC
208 if (!Rewrite.ReplaceStmt(Old, New)) { in ReplaceStmt()
1994 ReplaceStmt(Exp, Replacement); in RewriteAtEncode()
2010 ReplaceStmt(Exp, SelExp); in RewriteAtSelector()
2530 ReplaceStmt(Exp, cast); in RewriteObjCStringLiteral()
3041 ReplaceStmt(Exp, ReplacingStmt); in RewriteMessageExpr()
3078 ReplaceStmt(Exp, castExpr); in RewriteObjCProtocolExpr()
3909 ReplaceStmt(DeclRefExp, PE); in RewriteBlockDeclRefExpr()
3927 ReplaceStmt(DRE, PE); in RewriteLocalVariableExternalStorage()
4672 ReplaceStmt(S, blockTranscribed); in RewriteFunctionBodyOrGlobalInitializer()
[all …]
/external/clang/lib/Rewrite/Core/
DRewriter.cpp334 bool Rewriter::ReplaceStmt(Stmt *From, Stmt *To) { in ReplaceStmt() function in Rewriter