Searched refs:SrcRange (Results 1 – 2 of 2) sorted by relevance
205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() argument216 int Size = Rewrite.getRangeSize(SrcRange); in ReplaceStmtWithRange()229 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) { in ReplaceStmtWithRange()
254 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) { in ReplaceStmtWithRange() argument265 int Size = Rewrite.getRangeSize(SrcRange); in ReplaceStmtWithRange()278 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) { in ReplaceStmtWithRange()