Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h65 void *begin_visit(const DirElemContentList &);
272 void end_visit(const DirElemContentList&, void *visit_state);
H A Dparsenode_visitor.h69 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( DirElemContentList );
H A Dparsenodes.h90 class DirElemContentList; variable
4325 rchandle<DirElemContentList> dir_content_list_h;
4333 rchandle<DirElemContentList>);
4341 rchandle<DirElemContentList> get_dir_content_list() const { return dir_content_list_h; } in get_dir_content_list()
4544 class DirElemContentList : public parsenode
4550 DirElemContentList(const QueryLoc&);
H A Dparsenode_print_xml_visitor.cpp731 BEGIN_END_TAG (DirElemContentList) in END_TAG()
H A Dparsenodes.cpp3602 rchandle<DirElemContentList> _dir_content_list_h) in DirElemConstructor()
3630 DirElemContentList::DirElemContentList( in DirElemContentList() function in zorba::DirElemContentList
3639 void DirElemContentList::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_dot_visitor.cpp277 void *ParseNodePrintDOTVisitor::begin_visit(const DirElemContentList &n) in begin_visit()
2437 void ParseNodePrintDOTVisitor::end_visit(const DirElemContentList&, void*) in end_visit() argument
H A Dparsenode_print_xquery_visitor.cpp310 DEFAULT_VISIT (DirElemContentList) //@checked in DEFAULT_VISIT() argument
H A Dparsenode_print_xqdoc_visitor.cpp1377 XQDOC_NO_BEGIN_END_TAG (DirElemContentList)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y596 %type <node> DirElemContentList
920 …cl DefaultNamespaceDecl DirAttr DirAttributeList DirAttributeValue DirElemContentList DocumentTest…
4589 …| LT_OR_START_TAG QNAME OptionalBlank TAG_END DirElemContentList START_TAG_END QNAME OptionalBla…
4603 dynamic_cast<DirElemContentList*>($5)
4623 …| LT_OR_START_TAG QNAME DirAttributeList OptionalBlank TAG_END DirElemContentList START_TAG_END …
4637 dynamic_cast<DirElemContentList*>($6)
4644 DirElemContentList :
4647 DirElemContentList *decl = new DirElemContentList( LOC(@$) );
4651 | DirElemContentList DirElemContent
4653 DirElemContentList *decl = dynamic_cast<DirElemContentList*>($1);
H A Dxquery_parser.cpp7764 dynamic_cast<DirElemContentList*>((yysemantic_stack_[(9) - (5)].node)) in parse()
7808 dynamic_cast<DirElemContentList*>((yysemantic_stack_[(10) - (6)].node)) in parse()
7818 DirElemContentList *decl = new DirElemContentList( LOC((yyloc)) ); in parse()
7829DirElemContentList *decl = dynamic_cast<DirElemContentList*>((yysemantic_stack_[(2) - (1)].node)); in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h320 DECL_CONCRETE_VISIT (DirElemContentList);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11878 void* begin_visit(const DirElemContentList& v) in begin_visit()
11886 void end_visit(const DirElemContentList& v, void* /*visit_state*/) in end_visit()