Searched refs:argListBegin (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4164 const char *argListBegin, *argListEnd; local
4165 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4166 while (argListBegin < argListEnd) {
4167 if (*argListBegin == '^')
4169 else if (*argListBegin == '<') {
4171 buf += *argListBegin++;
4173 while (*argListBegin != '>') {
4174 buf += *argListBegin++;
4177 buf += *argListBegin;
4181 buf += *argListBegin;
[all...]
H A DRewriteModernObjC.cpp5115 const char *argListBegin, *argListEnd; local
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;
[all...]

Completed in 234 milliseconds