Home
last modified time | relevance | path

Searched defs:AnyFunctionTest (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xml_visitor.cpp646 void end_visit(const AnyFunctionTest& /*n*/, void* /*visit_state*/){} in end_visit()
H A Dparsenodes.h5745 AnyFunctionTest(const QueryLoc& loc_): parsenode(loc_){} in AnyFunctionTest() function