Home
last modified time | relevance | path

Searched refs:theCollationSpec (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h1359 rchandle<OrderCollationSpec> theCollationSpec; variable
1371 theCollationSpec(collation) in IndexKeySpec()
1379 const OrderCollationSpec* getCollationSpec() const { return theCollationSpec.getp(); } in getCollationSpec()
2247 rchandle<GroupCollationSpec> theCollationSpec;
2257 const GroupCollationSpec* get_collation_spec() const { return theCollationSpec.getp(); } in get_collation_spec()
H A Dparsenodes.cpp1844 theCollationSpec(collation) in GroupSpec()
1853 ACCEPT(theCollationSpec); in accept()