Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp1644 n.get_left_expr()->accept(*this); in DEFAULT_END_VISIT()
1662 n.get_left_expr()->accept(*this); in begin_visit()
H A Dparsenodes.h3147 rchandle<exprnode> get_left_expr() const { return left; } in get_left_expr() function
3528 rchandle<exprnode> get_left_expr() const { return left_expr_h; } in get_left_expr() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp8576 v.get_left_expr()->accept(*this); in begin_visit()