Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h93 void *begin_visit(const OrderCollationSpec &);
300 void end_visit(const OrderCollationSpec&, void *visit_state);
H A Dparsenode_visitor.h97 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( OrderCollationSpec );
H A Dparsenodes.h185 class OrderCollationSpec; variable
1359 rchandle<OrderCollationSpec> theCollationSpec;
1366 OrderCollationSpec* collation) in IndexKeySpec()
1379 const OrderCollationSpec* getCollationSpec() const { return theCollationSpec.getp(); } in getCollationSpec()
2360 rchandle<OrderCollationSpec> collation_spec_h;
2367 OrderCollationSpec*);
2373 const OrderCollationSpec* get_collation_spec() const { return collation_spec_h; } in get_collation_spec()
2421 class OrderCollationSpec : public parsenode
2427 OrderCollationSpec(const QueryLoc&, zstring const& uri);
H A Dparsenode_print_xquery_visitor.cpp690 void* begin_visit(const OrderCollationSpec& n) in DEFAULT_END_VISIT()
695 DEFAULT_END_VISIT (OrderCollationSpec) in DEFAULT_END_VISIT() argument
H A Dparsenode_print_xml_visitor.cpp773 BEGIN_END_TAG (OrderCollationSpec) in END_TAG()
H A Dparsenodes.cpp1947 OrderCollationSpec* _collation_spec_h) in OrderModifierPN()
2011 OrderCollationSpec::OrderCollationSpec( in OrderCollationSpec() function in zorba::OrderCollationSpec
2022 void OrderCollationSpec::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_dot_visitor.cpp622 void *ParseNodePrintDOTVisitor::begin_visit(const OrderCollationSpec &n) in begin_visit()
2632 void ParseNodePrintDOTVisitor::end_visit(const OrderCollationSpec&, void*) in end_visit() argument
H A Dparsenode_print_xqdoc_visitor.cpp1455 XQDOC_NO_BEGIN_END_TAG (OrderCollationSpec)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y632 %type <node> OrderCollationSpec
2053 | PathExpr OrderCollationSpec
2060 | PathExpr TypeDeclaration OrderCollationSpec
3149 | OrderCollationSpec
3164 | OrderDirSpec OrderCollationSpec
3170 dynamic_cast<OrderCollationSpec*>($2)
3173 | OrderEmptySpec OrderCollationSpec
3179 dynamic_cast<OrderCollationSpec*>($2)
3182 | OrderDirSpec OrderEmptySpec OrderCollationSpec
3188 dynamic_cast<OrderCollationSpec*>($3)
[all …]
H A Dxquery_parser.cpp4358 dynamic_cast<OrderCollationSpec*>((yysemantic_stack_[(2) - (2)].node))); in parse()
4370 dynamic_cast<OrderCollationSpec*>((yysemantic_stack_[(3) - (3)].node))); in parse()
5711 … LOC((yyloc)), NULL, NULL, dynamic_cast<OrderCollationSpec*>((yysemantic_stack_[(1) - (1)].node)) in parse()
5739 dynamic_cast<OrderCollationSpec*>((yysemantic_stack_[(2) - (2)].node)) in parse()
5753 dynamic_cast<OrderCollationSpec*>((yysemantic_stack_[(2) - (2)].node)) in parse()
5767 dynamic_cast<OrderCollationSpec*>((yysemantic_stack_[(3) - (3)].node)) in parse()
5817 …(yyval.node) = new OrderCollationSpec( LOC((yyloc)), SYMTAB((yysemantic_stack_[(2) - (2)].sval)) ); in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h345 DECL_CONCRETE_VISIT (OrderCollationSpec);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4600 const OrderCollationSpec* collationSpec = keySpec->getCollationSpec(); in end_visit()
7039 void* begin_visit(const OrderCollationSpec& v) in begin_visit()
7045 void end_visit(const OrderCollationSpec& v, void* /*visit_state*/) in end_visit()