Home | History | Annotate | Download | only in Frontend

Lines Matching refs:wBuf

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