Home
last modified time | relevance | path

Searched refs:CtxI (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp382 CtxI = Context.begin(), in getCompletions() local
384 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()