Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h147 void *begin_visit(const CompAttrConstructor &);
354 void end_visit(const CompAttrConstructor&, void *visit_state);
H A Dparsenode_visitor.h159 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( CompAttrConstructor );
H A Dparsenode_print_xquery_visitor.cpp1289 void* begin_visit(const CompAttrConstructor& n) in DEFAULT_VISIT()
1314 DEFAULT_END_VISIT (CompAttrConstructor) in DEFAULT_END_VISIT() argument
H A Dparsenode_print_xml_visitor.cpp713 BEGIN_END_TAG (CompAttrConstructor) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1267 void *ParseNodePrintDOTVisitor::begin_visit(const CompAttrConstructor &n) in begin_visit()
2959 void ParseNodePrintDOTVisitor::end_visit(const CompAttrConstructor&, void*) in end_visit() argument
H A Dparsenodes.cpp4086 CompAttrConstructor::CompAttrConstructor( in CompAttrConstructor() function in zorba::CompAttrConstructor
4097 void CompAttrConstructor::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h72 class CompAttrConstructor; variable
4782 class CompAttrConstructor : public exprnode
4789 CompAttrConstructor(
H A Dparsenode_print_xqdoc_visitor.cpp1357 XQDOC_NO_BEGIN_END_TAG (CompAttrConstructor)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h406 DECL_CONCRETE_VISIT (CompAttrConstructor);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y708 %type <expr> CompAttrConstructor
929 …ep CDataSection CastExpr CastableExpr CommonContent ComparisonExpr CompAttrConstructor CompComment…
4914 CompAttrConstructor
4966 CompAttrConstructor :
4969 $$ = new CompAttrConstructor( LOC(@$), new QName(LOC(@$), SYMTAB($1)), $2 );
4973 $$ = new CompAttrConstructor( LOC(@$), $3, $6 );
H A Dxquery_parser.cpp8273 …(yyval.expr) = new CompAttrConstructor( LOC((yyloc)), new QName(LOC((yyloc)), SYMTAB((yysemantic_s… in parse()
8282 …(yyval.expr) = new CompAttrConstructor( LOC((yyloc)), (yysemantic_stack_[(7) - (3)].expr), (yysema… in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1396 DirPIConstructor CompAttrConstructor DirElemConstructorTail
4172 | CompAttrConstructor
4233 CompAttrConstructor: ATTRIBUTE
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1392 DirPIConstructor CompAttrConstructor DirElemConstructorTail
4168 | CompAttrConstructor
4229 CompAttrConstructor: T_ATTRIBUTE
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12354 void* begin_visit(const CompAttrConstructor& v) in begin_visit()
12360 void end_visit(const CompAttrConstructor& v, void* /*visit_state*/) in end_visit()