Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h282 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( JSONPairConstructor );
H A Dparsenodes.cpp5821 std::vector<rchandle<JSONPairConstructor> >::const_iterator it = thePairs.begin(); in accept()
5833 JSONPairConstructor::JSONPairConstructor( in JSONPairConstructor() function in zorba::JSONPairConstructor
5845 JSONPairConstructor::~JSONPairConstructor() in ~JSONPairConstructor()
5852 void JSONPairConstructor::accept(parsenode_visitor& v) const in accept()
H A Dparsenodes.h254 class JSONPairConstructor; variable
6590 std::vector<rchandle<JSONPairConstructor> > thePairs;
6595 void push_back(JSONPairConstructor* pair) { thePairs.push_back(pair); } in push_back()
6597 const JSONPairConstructor* operator[] (csize i) const { return thePairs[i]; }
6605 class JSONPairConstructor : public parsenode
6612 JSONPairConstructor(const QueryLoc&, const exprnode*, const exprnode*);
6614 ~JSONPairConstructor();
H A Dparsenode_print_xml_visitor.cpp1067 BEGIN_END_TAG(JSONPairConstructor) in BEGIN_END_TAG()
H A Dparsenode_print_xquery_visitor.cpp1992 DEFAULT_VISIT (JSONPairConstructor);
H A Dparsenode_print_xqdoc_visitor.cpp1533 XQDOC_NO_BEGIN_END_TAG (JSONPairConstructor)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y6523 jpl->push_back(new JSONPairConstructor(LOC(@$), $1, $3));
6530 jpl->push_back(new JSONPairConstructor(LOC(@$), $3, $5));
H A Dxquery_parser.cpp10425 …jpl->push_back(new JSONPairConstructor(LOC((yyloc)), (yysemantic_stack_[(3) - (1)].expr), (yyseman… in parse()
10437 …jpl->push_back(new JSONPairConstructor(LOC((yyloc)), (yysemantic_stack_[(5) - (3)].expr), (yyseman… in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp11519 void* begin_visit(const JSONPairConstructor& v) in begin_visit()
11530 void end_visit(const JSONPairConstructor& v, void* /*visit_state*/) in end_visit()