Home | History | Annotate | Download | only in Frontend

Lines Matching refs:lparenBuf

1907   const char *lparenBuf = startBuf;
1908 while (*lparenBuf != '(') lparenBuf++;
1909 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);