Home | History | Annotate | Download | only in Frontend

Lines Matching refs:argListBegin

4114     const char *argListBegin, *argListEnd;
4115 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4116 while (argListBegin < argListEnd) {
4117 if (*argListBegin == '^')
4119 else if (*argListBegin == '<') {
4121 buf += *argListBegin++;
4123 while (*argListBegin != '>') {
4124 buf += *argListBegin++;
4127 buf += *argListBegin;
4131 buf += *argListBegin;
4132 argListBegin++;