Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:lparenLoc

1562   SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1599 ReplaceText(lparenLoc, 1, buf);
1866 const char *lParenLoc = strchr(startBuf, '(');
1883 ReplaceText(startLoc, lParenLoc-startBuf+1, buf);
1892 ReplaceText(startLoc, lParenLoc-startBuf+1, buf);