Searched refs:ReplaceStmtWithRange (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 202 ReplaceStmtWithRange(Old, New, Old->getSourceRange()); in ReplaceStmt() 205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() function in __anon31b8868f0111::RewriteObjC 1314 ReplaceStmtWithRange(PseudoOp, Replacement, OldRange); in RewritePropertyOrImplicitSetter() 1390 ReplaceStmtWithRange(PseudoOp, Replacement, OldRange); in RewritePropertyOrImplicitGetter() 5883 ReplaceStmtWithRange(IV, Replacement, OldRange); in RewriteObjCIvarRefExpr()
|
| H A D | RewriteModernObjC.cpp | 252 ReplaceStmtWithRange(Old, New, Old->getSourceRange()); in ReplaceStmt() 255 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() function in __anon1f51ae940111::RewriteModernObjC 1498 ReplaceStmtWithRange(PseudoOp, Replacement, OldRange); in RewritePropertyOrImplicitSetter() 1581 ReplaceStmtWithRange(PseudoOp, Replacement, OldRange); in RewritePropertyOrImplicitGetter() 7562 ReplaceStmtWithRange(IV, Replacement, OldRange); in RewriteObjCIvarRefExpr()
|