Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h155 void *begin_visit(const DirElemConstructor &);
362 void end_visit(const DirElemConstructor&, void *visit_state);
H A Dparsenode_visitor.h167 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( DirElemConstructor );
H A Dparsenode_print_xquery_visitor.cpp1404 void* begin_visit(const DirElemConstructor& n) in begin_visit()
1424 DEFAULT_END_VISIT (DirElemConstructor)
H A Dparsenode_print_xml_visitor.cpp729 BEGIN_END_TAG (DirElemConstructor) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1363 void *ParseNodePrintDOTVisitor::begin_visit(const DirElemConstructor &n) in begin_visit()
3007 void ParseNodePrintDOTVisitor::end_visit(const DirElemConstructor&, void*) in end_visit() argument
H A Dparsenodes.cpp3597 DirElemConstructor::DirElemConstructor( in DirElemConstructor() function in zorba::DirElemConstructor
3614 void DirElemConstructor::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h88 class DirElemConstructor; variable
4320 class DirElemConstructor : public exprnode
4328 DirElemConstructor(
H A Dparsenode_print_xqdoc_visitor.cpp1375 XQDOC_NO_BEGIN_END_TAG (DirElemConstructor)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y718 %type <expr> DirElemConstructor
929 …putedConstructor Constructor ContextItemExpr DirCommentConstructor DirElemConstructor DirElemConte…
4536 DirElemConstructor
4551 DirElemConstructor :
4554 $$ = new DirElemConstructor(
4564 $$ = new DirElemConstructor(
4581 $$ = new DirElemConstructor(
4598 $$ = new DirElemConstructor(
4615 $$ = new DirElemConstructor(
4632 $$ = new DirElemConstructor(
H A Dxquery_parser.cpp7700 (yyval.expr) = new DirElemConstructor( in parse()
7715 (yyval.expr) = new DirElemConstructor( in parse()
7737 (yyval.expr) = new DirElemConstructor( in parse()
7759 (yyval.expr) = new DirElemConstructor( in parse()
7781 (yyval.expr) = new DirElemConstructor( in parse()
7803 (yyval.expr) = new DirElemConstructor( in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h414 DECL_CONCRETE_VISIT (DirElemConstructor);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1393 Constructor DirectConstructor DirElemConstructor
3750 DirectConstructor: DirElemConstructor /* [95] */
3784 DirElemConstructor: G_LT
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1389 Constructor DirectConstructor DirElemConstructor
3746 DirectConstructor: DirElemConstructor /* [95] */
3780 DirElemConstructor: T_G_LT
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11600 void* begin_visit(const DirElemConstructor& v) in begin_visit()
11609 void end_visit(const DirElemConstructor& v, void* /*visit_state*/) in end_visit()