Home
last modified time | relevance | path

Searched refs:JSONArrayAppendExpr (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h287 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( JSONArrayAppendExpr );
H A Dparsenode_print_xml_visitor.cpp1073 BEGIN_END_TAG(JSONArrayAppendExpr) in BEGIN_END_TAG()
H A Dparsenodes.cpp5932 JSONArrayAppendExpr::JSONArrayAppendExpr( in JSONArrayAppendExpr() function in zorba::JSONArrayAppendExpr
5944 void JSONArrayAppendExpr::accept(parsenode_visitor& v) const in accept()
H A Dparsenode_print_xquery_visitor.cpp1998 DEFAULT_VISIT (JSONArrayAppendExpr);
H A Dparsenode_print_xqdoc_visitor.cpp1538 XQDOC_NO_BEGIN_END_TAG (JSONArrayAppendExpr)
H A Dparsenodes.h6685 class JSONArrayAppendExpr : public exprnode
6692 JSONArrayAppendExpr(
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp13365 void* begin_visit(const JSONArrayAppendExpr& v) in begin_visit()
13375 void end_visit(const JSONArrayAppendExpr& v, void* /*visit_state*/) in end_visit()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y6561 $$ = new JSONArrayAppendExpr(LOC(@$), $3, $5);
H A Dxquery_parser.cpp10482 …(yyval.expr) = new JSONArrayAppendExpr(LOC((yyloc)), (yysemantic_stack_[(5) - (3)].expr), (yyseman… in parse()