Searched refs:CtxI (Results 1 – 1 of 1) sorted by relevance
382 CtxI = Context.begin(), in getCompletions() local384 CtxI != CtxE; ++CtxI) { in getCompletions()388 if (CtxI->first->isConvertibleTo(*I) && in getCompletions()389 (CtxI->first->isVariadic() || in getCompletions()390 CtxI->second < CtxI->first->getNumArgs())) in getCompletions()391 CtxI->first->getArgKinds(*I, CtxI->second, NextTypeSet); in getCompletions()