Home
last modified time | relevance | path

Searched refs:FTExtensionSelection (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h235 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTExtensionSelection );
H A Dparsenode_print_dot_visitor.h214 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTExtensionSelection );
H A Dparsenodes.cpp5512 FTExtensionSelection::FTExtensionSelection( in FTExtensionSelection() function in zorba::FTExtensionSelection
5524 FTExtensionSelection::~FTExtensionSelection() { in ~FTExtensionSelection()
5528 void FTExtensionSelection::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_xml_visitor.cpp913 BEGIN_END_TAG( FTExtensionSelection ) in BEGIN_END_TAG()
H A Dparsenodes.h109 class FTExtensionSelection; variable
6164 class FTExtensionSelection : public FTPrimary {
6166 FTExtensionSelection(
6171 ~FTExtensionSelection();
H A Dparsenode_print_xquery_visitor.cpp1954 DEFAULT_VISIT (FTExtensionSelection);
H A Dparsenode_print_xqdoc_visitor.cpp1403 XQDOC_NO_BEGIN_END_TAG (FTExtensionSelection)
H A Dparsenode_print_dot_visitor.cpp1984 void *ParseNodePrintDOTVisitor::begin_visit(const FTExtensionSelection &n) in begin_visit()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h478 DECL_CONCRETE_VISIT (FTExtensionSelection);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y839 %type <node> FTExtensionSelection
923 …eOption FTContent FTDiacriticsOption FTDistance FTExtensionOption FTExtensionSelection FTIgnoreOpt…
5867 | FTExtensionSelection
5885 FTExtensionSelection :
5888 $$ = new FTExtensionSelection(
H A Dxquery_parser.cpp9482 (yyval.node) = new FTExtensionSelection( in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp13937 void *begin_visit (const FTExtensionSelection& v) { in begin_visit()
13943 void end_visit (const FTExtensionSelection& v, void* /*visit_state*/) { in end_visit()