Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:lparenBuf

1759   const char *lparenBuf = startBuf;
1760 while (*lparenBuf != '(') lparenBuf++;
1761 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);