Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_visitor.h132 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( AST_IndexDecl );
H A Dparsenodes.cpp642 bool isIndexDecl = (dynamic_cast<AST_IndexDecl*>(decl.getp()) != NULL); in push_back()
949 AST_IndexDecl::AST_IndexDecl( in AST_IndexDecl() function in zorba::AST_IndexDecl
1005 Error const& AST_IndexDecl::validatePropertyList(DeclPropertyList* props)
1056 void AST_IndexDecl::accept( parsenode_visitor &v ) const in accept()
H A Dparsenode_print_xml_visitor.cpp834 BEGIN_END_TAG (AST_IndexDecl) in END_TAG()
H A Dparsenode_print_xqdoc_visitor.cpp1256 void *begin_visit(const AST_IndexDecl& n) in begin_visit()
1266 void end_visit(const AST_IndexDecl& n, void*) in end_visit()
H A Dparsenode_print_xquery_visitor.cpp1030 DEFAULT_VISIT (AST_IndexDecl) in DEFAULT_VISIT() argument
H A Dparsenodes.h1294 class AST_IndexDecl : public XQDocumentable
1303 AST_IndexDecl(
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y2005 $$ = new AST_IndexDecl(LOC(@$),
2011 static_cast<AST_IndexDecl*>($$)->setComment( SYMTAB($1) );
2015 $$ = new AST_IndexDecl(LOC(@$),
2021 static_cast<AST_IndexDecl*>($$)->setComment( SYMTAB($1) );
H A Dxquery_parser.cpp4283 (yyval.node) = new AST_IndexDecl(LOC((yyloc)), in parse()
4289 …static_cast<AST_IndexDecl*>((yyval.node))->setComment( SYMTAB((yysemantic_stack_[(8) - (1)].sval))… in parse()
4298 (yyval.node) = new AST_IndexDecl(LOC((yyloc)), in parse()
4304 …static_cast<AST_IndexDecl*>((yyval.node))->setComment( SYMTAB((yysemantic_stack_[(9) - (1)].sval))… in parse()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4393 void* begin_visit(const AST_IndexDecl& v) in begin_visit()
4463 void end_visit(const AST_IndexDecl& v, void* /*visit_state*/) in end_visit()