Searched refs:childClosure (Results 1 – 1 of 1) sorted by relevance
180 ExpressionList childClosure = (*iter)->getClosure(bypassChildren); in getClosure() local181 closure.splice(closure.end(), childClosure); in getClosure()208 ExpressionList childClosure = childExpr->getClosure(false); in getNextExpressionClosure() local210 ExpressionList::const_iterator iter = childClosure.begin(); in getNextExpressionClosure()211 ExpressionList::const_iterator end = childClosure.end(); in getNextExpressionClosure()326 ExpressionList childClosure = (*iter)->getClosureExecutables(true); in getClosureExecutables() local327 candidateExecutables.splice(candidateExecutables.end(), childClosure); in getClosureExecutables()345 ExpressionList childClosure = (*iter)->getClosureExecutables(true); in getClosureExecutables() local346 candidateExecutables.splice(candidateExecutables.end(), childClosure); in getClosureExecutables()