Home
last modified time | relevance | path

Searched defs:RelativePathExpr (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h315 virtual bool is_root_rpe(const RelativePathExpr*) { return true; } in is_root_rpe()
H A Dparsenode_print_xml_visitor.cpp558 END_TAG(RelativePathExpr) in END_TAG() argument
H A Dparsenode_print_xquery_visitor.cpp1640 DEFAULT_END_VISIT (RelativePathExpr) in DEFAULT_END_VISIT() argument
H A Dparsenode_print_dot_visitor.cpp3155 void ParseNodePrintDOTVisitor::end_visit(const RelativePathExpr&, void*) in end_visit()
H A Dparsenodes.h213 class RelativePathExpr; variable
H A Dparsenodes.cpp2974 RelativePathExpr::RelativePathExpr( in RelativePathExpr() function in zorba::RelativePathExpr