if (AstLogic.isQuotelessUrlFunction(kid)) {
continue;
}
if (AstLogic.hasOwnScope(kid)) {
IteratedScope scope = iteratedScope.getNextChild();
doSolveReferences(kid, scope);
} else {
boolean finishedNode = solveIfVariableReference(kid, iteratedScope.getScope());
if (!finishedNode)
unsafeDoSolveReferences(kid, iteratedScope);