Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:startArgList

4462   // advance the location to startArgList.
4500 const char *startArgList = strchr(startBuf, '(');
4502 assert((*startArgList == '(') && "Rewriter fuzzy parser confused");
4505 // advance the location to startArgList.
4506 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
4509 const char *argPtr = startArgList;
4515 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);