Home | History | Annotate | Download | only in Frontend

Lines Matching refs:lparenBuf

1658   const char *lparenBuf = startBuf;
1659 while (*lparenBuf != '(') lparenBuf++;
1660 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);