Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y654 %type <node> SIND_DeclList
1122 SIND_DeclList SEMI QueryBody
1136 SIND_DeclList SEMI VFO_DeclList SEMI QueryBody
1152 SIND_DeclList ERROR QueryBody
1168 SIND_DeclList SEMI VFO_DeclList ERROR QueryBody
1192 ModuleDecl SIND_DeclList SEMI
1227 SIND_DeclList :
1230 SIND_DeclList *sdl = new SIND_DeclList( LOC(@$) );
1235 SIND_DeclList SEMI SIND_Decl
1237 ((SIND_DeclList*)$1)->push_back( $3 );
[all …]
H A Dxquery_parser.cpp3099 …Prolog* prolog = new Prolog(LOC((yyloc)), static_cast<SIND_DeclList*>((yysemantic_stack_[(3) - (1)… in parse()
3122 static_cast<SIND_DeclList*>((yysemantic_stack_[(5) - (1)].node)), in parse()
3200 …Prolog* prolog = new Prolog(LOC((yyloc)), static_cast<SIND_DeclList*>((yysemantic_stack_[(3) - (2)… in parse()
3223 static_cast<SIND_DeclList*>((yysemantic_stack_[(5) - (2)].node)), in parse()
3246 SIND_DeclList *sdl = new SIND_DeclList( LOC((yyloc)) ); in parse()
3257 …((SIND_DeclList*)(yysemantic_stack_[(3) - (1)].node))->push_back( (yysemantic_stack_[(3) - (3)].no… in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h114 void *begin_visit(const SIND_DeclList &);
321 void end_visit(const SIND_DeclList&, void *visit_state);
H A Dparsenode_visitor.h118 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( SIND_DeclList );
H A Dparsenodes.cpp199 rchandle<SIND_DeclList> _sind_list_h, in Prolog()
209 bool Prolog::set_sind_list(SIND_DeclList* list) in set_sind_list()
231 SIND_DeclList* sdl = dynamic_cast<SIND_DeclList*>(list); in set_list()
255 SIND_DeclList::SIND_DeclList(const QueryLoc& loc) in SIND_DeclList() function in zorba::SIND_DeclList
262 void SIND_DeclList::push_back(rchandle<parsenode> decl) in push_back()
275 void SIND_DeclList::accept(parsenode_visitor &v) const in accept()
H A Dparsenodes.h220 class SIND_DeclList; variable
396 rchandle<SIND_DeclList> sind_list_h;
402 rchandle<SIND_DeclList>,
405 rchandle<SIND_DeclList> get_sind_list() const { return sind_list_h; } in get_sind_list()
410 bool set_sind_list(SIND_DeclList* list);
426 class SIND_DeclList : public parsenode
433 SIND_DeclList(const QueryLoc&);
H A Dparsenode_print_xml_visitor.cpp811 BEGIN_END_TAG (SIND_DeclList) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp874 void *ParseNodePrintDOTVisitor::begin_visit(const SIND_DeclList &n) in begin_visit()
2758 void ParseNodePrintDOTVisitor::end_visit(const SIND_DeclList&, void*) in end_visit() argument
H A Dparsenode_print_xquery_visitor.cpp881 DEFAULT_VISIT (SIND_DeclList) in DEFAULT_VISIT() argument
H A Dparsenode_print_xqdoc_visitor.cpp1496 XQDOC_NO_BEGIN_END_TAG (SIND_DeclList)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h366 DECL_CONCRETE_VISIT (SIND_DeclList);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2576 void* begin_visit(const SIND_DeclList& v) in begin_visit()
2582 void end_visit(const SIND_DeclList& v, void* /*visit_state*/) in end_visit()