Searched refs:argumentIterator (Results 1 – 2 of 2) sorted by relevance
50 Iterator<? extends TypeMirror> argumentIterator = t.getTypeArguments().iterator(); in apply()51 if (argumentIterator.hasNext()) { in apply()53 TypeMirror first = argumentIterator.next(); in apply()55 while (argumentIterator.hasNext()) { in apply()57 argumentIterator.next().accept(this, builder); in apply()
720 auto argumentIterator = method->getSecond().find(S); in getLocalizedArgumentForSelector() local722 if (argumentIterator == method->getSecond().end()) in getLocalizedArgumentForSelector()725 int argumentNumber = argumentIterator->getSecond(); in getLocalizedArgumentForSelector()