Home | History | Annotate | Download | only in Frontend

Lines Matching full:arglistbegin

5115     const char *argListBegin, *argListEnd;
5116 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
5117 while (argListBegin < argListEnd) {
5118 if (*argListBegin == '^')
5120 else if (*argListBegin == '<') {
5122 buf += *argListBegin++;
5124 while (*argListBegin != '>') {
5125 buf += *argListBegin++;
5128 buf += *argListBegin;
5132 buf += *argListBegin;
5133 argListBegin++;