Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y692 %type <node> VFO_DeclList
1129 VFO_DeclList SEMI QueryBody
1136 SIND_DeclList SEMI VFO_DeclList SEMI QueryBody
1160 VFO_DeclList ERROR QueryBody
1168 SIND_DeclList SEMI VFO_DeclList ERROR QueryBody
1176 SIND_DeclList ERROR VFO_DeclList SEMI QueryBody
1199 ModuleDecl VFO_DeclList SEMI
1506 VFO_DeclList :
1509 VFO_DeclList *vdl = new VFO_DeclList( LOC(@$));
1514 VFO_DeclList SEMI VFO_Decl
[all …]
H A Dxquery_parser.cpp3110 …Prolog* prolog = new Prolog(LOC((yyloc)), NULL, static_cast<VFO_DeclList*>((yysemantic_stack_[(3) … in parse()
3123 static_cast<VFO_DeclList*>((yysemantic_stack_[(5) - (3)].node))); in parse()
3211 …Prolog* prolog = new Prolog(LOC((yyloc)), NULL, static_cast<VFO_DeclList*>((yysemantic_stack_[(3) … in parse()
3224 static_cast<VFO_DeclList*>((yysemantic_stack_[(5) - (4)].node))); in parse()
3583 VFO_DeclList *vdl = new VFO_DeclList( LOC((yyloc))); in parse()
3594 …((VFO_DeclList*)(yysemantic_stack_[(3) - (1)].node))->push_back( (yysemantic_stack_[(3) - (3)].nod… in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h133 void *begin_visit(const VFO_DeclList &);
340 void end_visit(const VFO_DeclList&, void *visit_state);
H A Dparsenode_visitor.h143 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( VFO_DeclList );
H A Dparsenodes.cpp200 rchandle<VFO_DeclList> _vfo_list_h) in Prolog()
219 bool Prolog::set_vfo_list(VFO_DeclList* list) in set_vfo_list()
235 VFO_DeclList* vdl = dynamic_cast<VFO_DeclList*>(list); in set_list()
631 VFO_DeclList::VFO_DeclList(const QueryLoc& loc) in VFO_DeclList() function in zorba::VFO_DeclList
638 void VFO_DeclList::push_back(const rchandle<parsenode>& decl) in push_back()
647 void VFO_DeclList::accept(parsenode_visitor& v) const in accept()
H A Dparsenodes.h241 class VFO_DeclList; variable
397 rchandle<VFO_DeclList> vfo_list_h;
403 rchandle<VFO_DeclList>);
407 rchandle<VFO_DeclList> get_vfo_list() const { return vfo_list_h; } in get_vfo_list()
412 bool set_vfo_list(VFO_DeclList* list);
417 void set_vfo_list(rchandle<VFO_DeclList> vfo_list_) { vfo_list_h = vfo_list_; } in set_vfo_list()
809 class VFO_DeclList : public parsenode
816 VFO_DeclList(const QueryLoc&);
H A Dparsenode_print_xml_visitor.cpp846 BEGIN_END_TAG (VFO_DeclList) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1110 void *ParseNodePrintDOTVisitor::begin_visit(const VFO_DeclList &n) in begin_visit()
2872 void ParseNodePrintDOTVisitor::end_visit(const VFO_DeclList&, void*) in end_visit() argument
H A Dparsenode_print_xquery_visitor.cpp1160 DEFAULT_VISIT (VFO_DeclList) in DEFAULT_VISIT() argument
H A Dparsenode_print_xqdoc_visitor.cpp1522 XQDOC_NO_BEGIN_END_TAG (VFO_DeclList)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h391 DECL_CONCRETE_VISIT (VFO_DeclList);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp3272 void* begin_visit(const VFO_DeclList& v) in begin_visit()
3620 void end_visit(const VFO_DeclList& v, void* /*visit_state*/) in end_visit()