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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4069 const char *argListBegin, *argListEnd; local
4070 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4071 while (argListBegin < argListEnd) {
H A DRewriteModernObjC.cpp4913 const char *argListBegin, *argListEnd; local
4914 GetExtentOfArgList(startBuf, argListBegin, argListEnd);
4915 while (argListBegin < argListEnd) {

Completed in 217 milliseconds