Home
last modified time | relevance | path

Searched refs:SchemaAttributeTest (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_dot_visitor.h115 void *begin_visit(const SchemaAttributeTest &);
322 void end_visit(const SchemaAttributeTest&, void *visit_state);
H A Dparsenode_visitor.h119 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( SchemaAttributeTest );
H A Dparsenode_print_xquery_visitor.cpp883 void* begin_visit(const SchemaAttributeTest& n) in DEFAULT_VISIT()
888 DEFAULT_END_VISIT (SchemaAttributeTest);
H A Dparsenode_print_xml_visitor.cpp805 BEGIN_END_TAG (SchemaAttributeTest) in END_TAG()
H A Dparsenode_print_dot_visitor.cpp886 void *ParseNodePrintDOTVisitor::begin_visit(const SchemaAttributeTest &n) in begin_visit()
2764 void ParseNodePrintDOTVisitor::end_visit(const SchemaAttributeTest&, void*) in end_visit() argument
H A Dparsenodes.cpp4437 SchemaAttributeTest::SchemaAttributeTest( in SchemaAttributeTest() function in zorba::SchemaAttributeTest
4448 void SchemaAttributeTest::accept( parsenode_visitor &v ) const in accept()
H A Dparsenodes.h221 class SchemaAttributeTest; variable
5191 class SchemaAttributeTest : public parsenode
5197 SchemaAttributeTest(
H A Dparsenode_print_xqdoc_visitor.cpp1491 XQDOC_NO_BEGIN_END_TAG (SchemaAttributeTest)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h367 DECL_CONCRETE_VISIT (SchemaAttributeTest);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y655 %type <node> SchemaAttributeTest
920 …oteAttrContentList ReverseAxis ReverseStep SIND_Decl SIND_DeclList SchemaAttributeTest SchemaEleme…
5167 | SchemaAttributeTest
5278 SchemaAttributeTest :
5281 $$ = new SchemaAttributeTest( LOC(@$), static_cast<QName*>($3) );
H A Dxquery_parser.cpp8727 …(yyval.node) = new SchemaAttributeTest( LOC((yyloc)), static_cast<QName*>((yysemantic_stack_[(4) -… in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1412 ElementTest AttributeTest SchemaElementTest SchemaAttributeTest
4397 /* This non-terminal does not contain SchemaAttributeTest and AttributeTest.
4464 | SchemaAttributeTest
4505 SchemaAttributeTest: SCHEMA_ATTRIBUTE LPAREN ElementName RPAREN /* [131] */
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1408 ElementTest AttributeTest SchemaElementTest SchemaAttributeTest
4393 /* This non-terminal does not contain SchemaAttributeTest and AttributeTest.
4460 | SchemaAttributeTest
4501 SchemaAttributeTest: T_SCHEMA_ATTRIBUTE T_LPAREN ElementName T_RPAREN /* [131] …
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp9321 dynamic_cast<const SchemaAttributeTest*>(nodeTest) == NULL) in begin_visit()
13003 void* begin_visit(const SchemaAttributeTest& v) in begin_visit()
13048 void end_visit(const SchemaAttributeTest& v, void* /*visit_state*/) in end_visit()