Home
last modified time | relevance | path

Searched refs:FTOptionDecl (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h240 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTOptionDecl );
H A Dparsenode_print_dot_visitor.h219 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTOptionDecl );
H A Dparsenodes.cpp5663 FTOptionDecl::FTOptionDecl( in FTOptionDecl() function in zorba::FTOptionDecl
5672 FTOptionDecl::~FTOptionDecl() { in ~FTOptionDecl()
5676 void FTOptionDecl::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_xml_visitor.cpp928 BEGIN_END_TAG( FTOptionDecl ) in BEGIN_END_TAG()
H A Dparsenode_print_dot_visitor.cpp2043 void *ParseNodePrintDOTVisitor::begin_visit(const FTOptionDecl &n) in begin_visit()
3348 void ParseNodePrintDOTVisitor::end_visit(const FTOptionDecl&, void*) in end_visit() argument
H A Dparsenodes.h115 class FTOptionDecl; variable
5948 class FTOptionDecl : public parsenode {
5950 FTOptionDecl(
5954 ~FTOptionDecl();
H A Dparsenode_print_xquery_visitor.cpp1959 DEFAULT_VISIT (FTOptionDecl);
H A Dparsenode_print_xqdoc_visitor.cpp1408 XQDOC_NO_BEGIN_END_TAG (FTOptionDecl)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h483 DECL_CONCRETE_VISIT (FTOptionDecl);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y845 %type <node> FTOptionDecl
923 …guageOption FTMatchOption FTMatchOptions opt_FTMatchOptions FTMildNot FTOptionDecl FTOr FTOrder FT…
1258 | FTOptionDecl
1607 FTOptionDecl :
1610 $$ = new FTOptionDecl( LOC(@$), dynamic_cast<FTMatchOptions*>($3) );
H A Dxquery_parser.cpp3748 …(yyval.node) = new FTOptionDecl( LOC((yyloc)), dynamic_cast<FTMatchOptions*>((yysemantic_stack_[(3… in parse()
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/
H A Dfull-text.xq454 …: <code><a href="http://www.w3.org/TR/xpath-full-text-10/#doc-xquery10-FTOptionDecl">declare ft-op…
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14032 void *begin_visit (const FTOptionDecl& v) { in begin_visit()
14038 void end_visit (const FTOptionDecl& v, void* /*visit_state*/) { in end_visit()