Home
last modified time | relevance | path

Searched refs:VarGetsDeclList (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h129 void *begin_visit(const VarGetsDeclList &);
336 void end_visit(const VarGetsDeclList&, void *visit_state);
H A Dparsenode_visitor.h139 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( VarGetsDeclList );
H A Dparsenode_print_xquery_visitor.cpp1096 void* begin_visit(const VarGetsDeclList& n) in begin_visit()
1109 DEFAULT_END_VISIT (VarGetsDeclList) in DEFAULT_END_VISIT() argument
H A Dparsenodes.h174 class VarGetsDeclList; variable
2084 rchandle<VarGetsDeclList> vardecl_list_h;
2087 LetClause(const QueryLoc&, rchandle<VarGetsDeclList>);
2089 rchandle<VarGetsDeclList> get_vardecl_list() const { return vardecl_list_h; } in get_vardecl_list()
2103 class VarGetsDeclList : public parsenode
2109 VarGetsDeclList(const QueryLoc&);
H A Dparsenode_print_xml_visitor.cpp841 BEGIN_END_TAG (VarGetsDeclList) in END_TAG()
H A Dparsenodes.cpp1695 rchandle<VarGetsDeclList> _vardecl_list_h) in LetClause()
1714 VarGetsDeclList::VarGetsDeclList( in VarGetsDeclList() function in zorba::VarGetsDeclList
1721 void VarGetsDeclList::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_dot_visitor.cpp1058 void *ParseNodePrintDOTVisitor::begin_visit(const VarGetsDeclList &n) in begin_visit()
2848 void ParseNodePrintDOTVisitor::end_visit(const VarGetsDeclList&, void*) in end_visit() argument
H A Dparsenode_print_xqdoc_visitor.cpp1518 XQDOC_NO_BEGIN_END_TAG (VarGetsDeclList)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y682 %type <node> VarGetsDeclList
920 …xItemDecl CtxItemDecl2 CtxItemDecl3 CtxItemDecl4 VarDecl VarGetsDecl VarGetsDeclList VarInDecl Var…
2882 LET VarGetsDeclList
2884 $$ = new LetClause( LOC(@$), dynamic_cast<VarGetsDeclList*>($2) );
2889 VarGetsDeclList :
2892 VarGetsDeclList *vgdl = new VarGetsDeclList( LOC(@$) );
2896 | VarGetsDeclList COMMA VarGetsDecl
2898 if( VarGetsDeclList *vgdl = dynamic_cast<VarGetsDeclList*>($1) )
H A Dxquery_parser.cpp5334 …(yyval.node) = new LetClause( LOC((yyloc)), dynamic_cast<VarGetsDeclList*>((yysemantic_stack_[(2) … in parse()
5343 VarGetsDeclList *vgdl = new VarGetsDeclList( LOC((yyloc)) ); in parse()
5354 … if( VarGetsDeclList *vgdl = dynamic_cast<VarGetsDeclList*>((yysemantic_stack_[(3) - (1)].node)) ) in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h387 DECL_CONCRETE_VISIT (VarGetsDeclList);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp1902 const VarGetsDeclList& lV = in collect_flwor_vars()
6314 void* begin_visit(const VarGetsDeclList& v) in begin_visit()
6320 void end_visit(const VarGetsDeclList& v, void* /*visit_state*/) in end_visit()