Home | History | Annotate | Download | only in Frontend

Lines Matching refs:wBuf

1978   const char *wBuf = strchr(startBuf, 'w');
1979 assert((*wBuf == 'w') && "@throw: can't find 'w'");
1980 ReplaceText(startLoc, wBuf-startBuf+1, buf);