Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h154 void *begin_visit(const DirCommentConstructor &);
361 void end_visit(const DirCommentConstructor&, void *visit_state);
H A Dparsenode_visitor.h166 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( DirCommentConstructor );
H A Dparsenode_print_xquery_visitor.cpp1397 void* begin_visit(const DirCommentConstructor& n) in DEFAULT_END_VISIT()
1402 DEFAULT_END_VISIT (DirCommentConstructor);
H A Dparsenode_print_xml_visitor.cpp728 BEGIN_END_TAG (DirCommentConstructor) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp1351 void *ParseNodePrintDOTVisitor::begin_visit(const DirCommentConstructor &n) in begin_visit()
3001 void ParseNodePrintDOTVisitor::end_visit(const DirCommentConstructor&, void*) in end_visit() argument
H A Dparsenodes.cpp3954 DirCommentConstructor::DirCommentConstructor( in DirCommentConstructor() function in zorba::DirCommentConstructor
3965 void DirCommentConstructor::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h87 class DirCommentConstructor; variable
4680 class DirCommentConstructor : public exprnode
4686 DirCommentConstructor(
H A Dparsenode_print_xqdoc_visitor.cpp1374 XQDOC_NO_BEGIN_END_TAG (DirCommentConstructor)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h413 DECL_CONCRETE_VISIT (DirCommentConstructor);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y717 %type <expr> DirCommentConstructor
929 …mpTextConstructor ComputedConstructor Constructor ContextItemExpr DirCommentConstructor DirElemCon…
4540 | DirCommentConstructor
4869 DirCommentConstructor :
4872 $$ = new DirCommentConstructor( LOC(@$), SYMTAB($2) );
4877 $$ = new DirCommentConstructor( LOC(@$), "" );
H A Dxquery_parser.cpp8147 …(yyval.expr) = new DirCommentConstructor( LOC((yyloc)), SYMTAB((yysemantic_stack_[(3) - (2)].sval)… in parse()
8156 (yyval.expr) = new DirCommentConstructor( LOC((yyloc)), "" ); in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1399 FilteredAxisStep DirCommentConstructor CompPIName
3751 | DirCommentConstructor
4152 DirCommentConstructor: COMMENT_START COMMENT_CONTENT /* [103] */
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1395 FilteredAxisStep DirCommentConstructor CompPIName
3747 | DirCommentConstructor
4148 DirCommentConstructor: T_COMMENT_START T_COMMENT_CONTENT /* [103] */
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12236 void* begin_visit(const DirCommentConstructor& v) in begin_visit()
12242 void end_visit(const DirCommentConstructor& v, void* /*visit_state*/) in end_visit()