Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:startArgList

4006   // advance the location to startArgList.
4027 const char *startArgList = strchr(startBuf, '(');
4029 assert((*startArgList == '(') && "Rewriter fuzzy parser confused");
4032 // advance the location to startArgList.
4033 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
4036 const char *argPtr = startArgList;
4042 DeclLoc = DeclLoc.getLocWithOffset(argPtr-startArgList);