Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h247 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTSelection );
H A Dparsenodes.h124 class FTSelection; variable
3115 FTSelection const*,
3121 FTSelection const* get_selection() const { return ftselection_; } in get_selection()
3128 FTSelection const *const ftselection_;
6139 class FTSelection : public FTPrimary {
6143 FTSelection(
6148 ~FTSelection();
6169 FTSelection const*
6174 FTSelection const* get_selectionI() const { return ftselection_; } in get_selectionI()
6180 FTSelection const *const ftselection_;
H A Dparsenodes.cpp2436 FTSelection const *ftselection, in FTContainsExpr()
4910 FTSelection::FTSelection( in FTSelection() function in zorba::FTSelection
4923 FTSelection::~FTSelection() { in ~FTSelection()
4928 void FTSelection::accept( parsenode_visitor &v ) const in accept()
5515 FTSelection const *ftselection in FTExtensionSelection()
H A Dparsenode_print_dot_visitor.h226 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTSelection );
H A Dparsenode_print_xml_visitor.cpp963 BEGIN_END_TAG( FTSelection ) in BEGIN_END_TAG() argument
H A Dparsenode_print_dot_visitor.cpp2127 void *ParseNodePrintDOTVisitor::begin_visit(const FTSelection &n) in begin_visit()
3378 void ParseNodePrintDOTVisitor::end_visit(const FTSelection&, void*) in end_visit() argument
H A Dparsenode_print_xquery_visitor.cpp1966 DEFAULT_VISIT (FTSelection);
H A Dparsenode_print_xqdoc_visitor.cpp1415 XQDOC_NO_BEGIN_END_TAG (FTSelection)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.hpp190 FTSelection::pos_filter_list_t *pos_filter_list;
H A Dxquery_parser.y171 FTSelection::pos_filter_list_t *pos_filter_list;
855 %type <node> FTSelection opt_FTSelection
923 … FTPosFilter FTPrimary FTPrimaryWithOptions FTRange FTScope FTScoreVar FTSelection FTStemOption FT…
3593 | StringConcatExpr CONTAINS TEXT FTSelection opt_FTIgnoreOption
3598 dynamic_cast<FTSelection*>($4),
5733 FTSelection :
5736 $$ = new FTSelection( LOC(@$), $1, $2 );
5755 $$ = new FTSelection::pos_filter_list_t;
5863 | LPAR FTSelection RPAR
5891 dynamic_cast<FTSelection*>($3)
[all …]
H A Dxquery_parser.cpp6327 dynamic_cast<FTSelection*>((yysemantic_stack_[(5) - (4)].node)), in parse()
9252 …(yyval.node) = new FTSelection( LOC((yyloc)), (yysemantic_stack_[(2) - (1)].node), (yysemantic_sta… in parse()
9280 (yyval.pos_filter_list) = new FTSelection::pos_filter_list_t; in parse()
9485 dynamic_cast<FTSelection*>((yysemantic_stack_[(4) - (3)].node)) in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h490 DECL_CONCRETE_VISIT (FTSelection);
/dports/textproc/zorba/zorba-2.7.0/doc/zorba/
H A DconformanceXQFTTS.dox299 <td bgcolor="lightcyan">            Full-Text FTSelection weight</td>
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14185 void *begin_visit (const FTSelection& v) { in begin_visit()
14191 void end_visit (const FTSelection& v, void* /*visit_state*/) { in end_visit()