Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h110 void *begin_visit(const QuoteAttrValueContent &);
317 void end_visit(const QuoteAttrValueContent&, void *visit_state);
H A Dparsenode_visitor.h114 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( QuoteAttrValueContent );
H A Dparsenodes.cpp3757 std::vector<rchandle<QuoteAttrValueContent> >::const_reverse_iterator it = in accept()
3798 QuoteAttrValueContent::QuoteAttrValueContent( in QuoteAttrValueContent() function in zorba::QuoteAttrValueContent
3807 QuoteAttrValueContent::QuoteAttrValueContent( in QuoteAttrValueContent() function in zorba::QuoteAttrValueContent
3819 void QuoteAttrValueContent::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h209 class QuoteAttrValueContent; variable
4437 std::vector<rchandle<QuoteAttrValueContent> > quot_atval_content_hv;
4442 void push_back(rchandle<QuoteAttrValueContent> quot_atval_content_h) in push_back()
4447 rchandle<QuoteAttrValueContent> operator[](int i) const
4488 class QuoteAttrValueContent : public parsenode
4495 QuoteAttrValueContent(
4499 QuoteAttrValueContent(
H A Dparsenode_print_xml_visitor.cpp796 BEGIN_END_TAG (QuoteAttrValueContent) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp826 void *ParseNodePrintDOTVisitor::begin_visit(const QuoteAttrValueContent &n) in begin_visit()
2734 void ParseNodePrintDOTVisitor::end_visit(const QuoteAttrValueContent&, void*) in end_visit() argument
H A Dparsenode_print_xquery_visitor.cpp866 DEFAULT_VISIT (QuoteAttrValueContent) in DEFAULT_VISIT() argument
H A Dparsenode_print_xqdoc_visitor.cpp1480 XQDOC_NO_BEGIN_END_TAG (QuoteAttrValueContent)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y648 %type <node> QuoteAttrValueContent
920 …nalVar Pragma Pragma_list PredicateList QVarInDecl QVarInDeclList QuoteAttrValueContent QuoteAttrC…
4724 qacl->push_back( new QuoteAttrValueContent( LOC(@$), "\"" ) );
4727 | QuoteAttrValueContent
4730 qacl->push_back( dynamic_cast<QuoteAttrValueContent*>($1) );
4738 qacl->push_back( new QuoteAttrValueContent( LOC(@$), "\"" ) );
4741 | QuoteAttrContentList QuoteAttrValueContent
4746 qacl->push_back( dynamic_cast<QuoteAttrValueContent*>($2) );
4793 QuoteAttrValueContent :
4796 $$ = new QuoteAttrValueContent( LOC(@$), SYMTAB($1) );
[all …]
H A Dxquery_parser.cpp7916 qacl->push_back( new QuoteAttrValueContent( LOC((yyloc)), "\"" ) ); in parse()
7927 … qacl->push_back( dynamic_cast<QuoteAttrValueContent*>((yysemantic_stack_[(1) - (1)].node)) ); in parse()
7940 qacl->push_back( new QuoteAttrValueContent( LOC((yyloc)), "\"" ) ); in parse()
7953 … qacl->push_back( dynamic_cast<QuoteAttrValueContent*>((yysemantic_stack_[(2) - (2)].node)) ); in parse()
8027 …(yyval.node) = new QuoteAttrValueContent( LOC((yyloc)), SYMTAB((yysemantic_stack_[(1) - (1)].sval)… in parse()
8036 (yyval.node) = new QuoteAttrValueContent( in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h362 DECL_CONCRETE_VISIT (QuoteAttrValueContent);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12137 void* begin_visit(const QuoteAttrValueContent& v) in begin_visit()
12143 void end_visit(const QuoteAttrValueContent& v, void* /*visit_state*/) in end_visit()