Searched refs:wBuf (Results 1 – 2 of 2) sorted by relevance
1974 const char *wBuf = strchr(startBuf, 'w'); in RewriteObjCThrowStmt() local1975 assert((*wBuf == 'w') && "@throw: can't find 'w'"); in RewriteObjCThrowStmt()1976 ReplaceText(startLoc, wBuf-startBuf+1, buf); in RewriteObjCThrowStmt()
2055 const char *wBuf = strchr(startBuf, 'w'); in RewriteObjCThrowStmt() local2056 assert((*wBuf == 'w') && "@throw: can't find 'w'"); in RewriteObjCThrowStmt()2057 ReplaceText(startLoc, wBuf-startBuf+1, buf); in RewriteObjCThrowStmt()