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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5047 const char *argListBegin, *argListEnd; local
5048 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
5049 while (argListBegin < argListEnd) {
H A DRewriteObjC.cpp4114 const char *argListBegin, *argListEnd; local
4115 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4116 while (argListBegin < argListEnd) {

Completed in 98 milliseconds