Home | History | Annotate | Download | only in Frontend

Lines Matching refs:argListBegin

5047     const char *argListBegin, *argListEnd;
5048 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
5049 while (argListBegin < argListEnd) {
5050 if (*argListBegin == '^')
5052 else if (*argListBegin == '<') {
5054 buf += *argListBegin++;
5056 while (*argListBegin != '>') {
5057 buf += *argListBegin++;
5060 buf += *argListBegin;
5064 buf += *argListBegin;
5065 argListBegin++;