Home
last modified time | relevance | path

Searched refs:ConstructionDecl (Results 1 – 18 of 18) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dqparsercontext_p.h97 ConstructionDecl = 8, enumerator
H A Dquerytransformparser.ypp1770 | ConstructionDecl
2133 ConstructionDecl: DECLARE CONSTRUCTION ConstructionMode Separator /* [25] */
2135 if(parseInfo->hasDeclaration(ParserContext::ConstructionDecl))
2142 parseInfo->registerDeclaration(ParserContext::ConstructionDecl);
H A Dqquerytransformparser.cpp4504 if(parseInfo->hasDeclaration(ParserContext::ConstructionDecl))
4511 parseInfo->registerDeclaration(ParserContext::ConstructionDecl);
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dqparsercontext_p.h94 ConstructionDecl = 8, enumerator
H A Dquerytransformparser.ypp1766 | ConstructionDecl
2129 ConstructionDecl: T_DECLARE T_CONSTRUCTION ConstructionMode Separator /* [25] */
2131 if(parseInfo->hasDeclaration(ParserContext::ConstructionDecl))
2138 parseInfo->registerDeclaration(ParserContext::ConstructionDecl);
H A Dqquerytransformparser.cpp4354 if(parseInfo->hasDeclaration(ParserContext::ConstructionDecl)) in yyparse()
4361 parseInfo->registerDeclaration(ParserContext::ConstructionDecl); in yyparse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h58 void *begin_visit(const ConstructionDecl &);
265 void end_visit(const ConstructionDecl&, void *visit_state);
H A Dparsenode_visitor.h62 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( ConstructionDecl );
H A Dparsenode_print_xquery_visitor.cpp217 void* begin_visit(const ConstructionDecl& n) in begin_visit()
235 DEFAULT_END_VISIT (ConstructionDecl) in DEFAULT_END_VISIT() argument
H A Dparsenode_print_xml_visitor.cpp719 BEGIN_END_TAG (ConstructionDecl) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp193 void *ParseNodePrintDOTVisitor::begin_visit(const ConstructionDecl &n) in begin_visit()
2395 void ParseNodePrintDOTVisitor::end_visit(const ConstructionDecl&, void*) in end_visit() argument
H A Dparsenodes.cpp444 ConstructionDecl::ConstructionDecl( in ConstructionDecl() function in zorba::ConstructionDecl
454 void ConstructionDecl::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h78 class ConstructionDecl; variable
629 class ConstructionDecl : public parsenode
635 ConstructionDecl(
H A Dparsenode_print_xqdoc_visitor.cpp1363 XQDOC_NO_BEGIN_END_TAG (ConstructionDecl)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h313 DECL_CONCRETE_VISIT (ConstructionDecl);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y589 %type <node> ConstructionDecl
920 …BaseURIDecl BoundarySpaceDecl CaseClause CaseClauseList CommentTest ConstructionDecl CopyNamespace…
1266 | ConstructionDecl
1305 ConstructionDecl :
1308 $$ = new ConstructionDecl(LOC(@$), StaticContextConsts::cons_preserve);
1313 $$ = new ConstructionDecl(LOC(@$), StaticContextConsts::cons_strip);
H A Dxquery_parser.cpp3316 (yyval.node) = new ConstructionDecl(LOC((yyloc)), StaticContextConsts::cons_preserve); in parse()
3325 (yyval.node) = new ConstructionDecl(LOC((yyloc)), StaticContextConsts::cons_strip); in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2770 void* begin_visit(const ConstructionDecl& v) in begin_visit()
2779 void end_visit (const ConstructionDecl& v, void* /*visit_state*/) in end_visit()