Home
last modified time | relevance | path

Searched refs:DirAttributeList (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h63 void *begin_visit(const DirAttributeList &);
270 void end_visit(const DirAttributeList&, void *visit_state);
H A Dparsenode_visitor.h67 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( DirAttributeList );
H A Dparsenodes.h85 class DirAttributeList; variable
4324 rchandle<DirAttributeList> attr_list_h;
4332 rchandle<DirAttributeList>,
4339 rchandle<DirAttributeList> get_attr_list() const { return attr_list_h; } in get_attr_list()
4350 class DirAttributeList : public parsenode
4356 DirAttributeList(const QueryLoc&);
H A Dparsenode_print_xml_visitor.cpp726 BEGIN_END_TAG (DirAttributeList) in END_TAG()
H A Dparsenodes.cpp3601 rchandle<DirAttributeList> _attr_list_h, in DirElemConstructor()
3669 DirAttributeList::DirAttributeList( in DirAttributeList() function in zorba::DirAttributeList
3676 void DirAttributeList::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_dot_visitor.cpp253 void *ParseNodePrintDOTVisitor::begin_visit(const DirAttributeList &n) in begin_visit()
2425 void ParseNodePrintDOTVisitor::end_visit(const DirAttributeList&, void*) in end_visit() argument
H A Dparsenode_print_xquery_visitor.cpp292 DEFAULT_VISIT (DirAttributeList) //@checked in DEFAULT_VISIT() argument
H A Dparsenode_print_xqdoc_visitor.cpp1372 XQDOC_NO_BEGIN_END_TAG (DirAttributeList)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y594 %type <node> DirAttributeList
4562 | LT_OR_START_TAG QNAME DirAttributeList OptionalBlank EMPTY_TAG_END /* ws: explicitXQ */
4568 dynamic_cast<DirAttributeList*>($3),
4606 …| LT_OR_START_TAG QNAME DirAttributeList OptionalBlank TAG_END START_TAG_END QNAME OptionalBlank…
4619 dynamic_cast<DirAttributeList*>($3),
4623 …| LT_OR_START_TAG QNAME DirAttributeList OptionalBlank TAG_END DirElemContentList START_TAG_END …
4636 dynamic_cast<DirAttributeList*>($3),
4661 DirAttributeList :
4664 DirAttributeList *dal = new DirAttributeList( LOC(@$) );
4668 | DirAttributeList DirAttr
[all …]
H A Dxquery_parser.cpp7719 dynamic_cast<DirAttributeList*>((yysemantic_stack_[(5) - (3)].node)), in parse()
7785 dynamic_cast<DirAttributeList*>((yysemantic_stack_[(9) - (3)].node)), in parse()
7807 dynamic_cast<DirAttributeList*>((yysemantic_stack_[(10) - (3)].node)), in parse()
7841 DirAttributeList *dal = new DirAttributeList( LOC((yyloc)) ); in parse()
7852DirAttributeList *dal = dynamic_cast<DirAttributeList*>((yysemantic_stack_[(2) - (1)].node)); in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h318 DECL_CONCRETE_VISIT (DirAttributeList);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1365 %type <attributeHolders> DirAttributeList
3793 DirAttributeList
3939 DirAttributeList
4059 DirAttributeList: /* empty */ /* [97] */
4063 | DirAttributeList Attribute
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1361 %type <attributeHolders> DirAttributeList
3789 DirAttributeList
3935 DirAttributeList
4055 DirAttributeList: /* empty */ /* [97] */
4059 | DirAttributeList Attribute
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11657 void* begin_visit(const DirAttributeList& v) in begin_visit()
11724 void end_visit(const DirAttributeList& v, void* /*visit_state*/) in end_visit()