Searched refs:ReplaceStmtWithRange (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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 __anone4fa00500111::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 __anonceb1b5150111::RewriteModernObjC 1499 ReplaceStmtWithRange(PseudoOp, Replacement, OldRange); in RewritePropertyOrImplicitSetter() 1582 ReplaceStmtWithRange(PseudoOp, Replacement, OldRange); in RewritePropertyOrImplicitGetter() 7564 ReplaceStmtWithRange(IV, Replacement, OldRange); in RewriteObjCIvarRefExpr()
|