Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h245 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTScope );
H A Dparsenode_print_xml_visitor.cpp943 void* begin_visit( FTScope const &n ) { in END_TAG()
951 END_TAG( FTScope ) in END_TAG() argument
H A Dparsenode_print_dot_visitor.h224 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( FTScope );
H A Dparsenodes.cpp5585 FTScope::FTScope( in FTScope() function in zorba::FTScope
5597 FTScope::~FTScope() { in ~FTScope()
5601 void FTScope::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_dot_visitor.cpp2103 void *ParseNodePrintDOTVisitor::begin_visit(const FTScope &n) in begin_visit()
3366 void ParseNodePrintDOTVisitor::end_visit(const FTScope&, void*) in end_visit() argument
H A Dparsenodes.h122 class FTScope; variable
6484 class FTScope : public FTPosFilter
6487 FTScope(
6492 ~FTScope();
H A Dparsenode_print_xquery_visitor.cpp1964 DEFAULT_VISIT (FTScope);
H A Dparsenode_print_xqdoc_visitor.cpp1413 XQDOC_NO_BEGIN_END_TAG (FTScope)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h488 DECL_CONCRETE_VISIT (FTScope);
/dports/textproc/zorba/zorba-2.7.0/doc/zorba/
H A Dconformance.dox290 <td>FTScope Operator</td>
H A Dimpl_dep_features.dox437 <td>FTScope Operator</td>
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y853 %type <node> FTScope
923 …tionDecl FTOr FTOrder FTPosFilter FTPrimary FTPrimaryWithOptions FTRange FTScope FTScoreVar FTSele…
5998 | FTScope
6427 FTScope :
6430 $$ = new FTScope(
6438 $$ = new FTScope(
H A Dxquery_parser.cpp10303 (yyval.node) = new FTScope( in parse()
10316 (yyval.node) = new FTScope( in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp14158 void *begin_visit (const FTScope& v) { in begin_visit()
14164 void end_visit (const FTScope& v, void* /*visit_state*/) { in end_visit()