Searched refs:getClosure (Results 1 – 2 of 2) sorted by relevance
167 ExpressionList Expression::getClosure(bool bypass) in getClosure() function in Expression180 ExpressionList childClosure = (*iter)->getClosure(bypassChildren); in getClosure()191 ExpressionList restClosure = getClosure(true); in getClosure()208 ExpressionList childClosure = childExpr->getClosure(false); in getNextExpressionClosure()
41 ExpressionList getClosure(bool bypass);