AnyNodeTest       256 Source/core/xml/XPathGrammar.y             $$ = new Step::NodeTest(Step::NodeTest::AnyNodeTest);
AnyNodeTest       317 Source/core/xml/XPathGrammar.y         $$ = new Step(Step::DescendantOrSelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
AnyNodeTest       325 Source/core/xml/XPathGrammar.y         $$ = new Step(Step::SelfAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
AnyNodeTest       331 Source/core/xml/XPathGrammar.y         $$ = new Step(Step::ParentAxis, Step::NodeTest(Step::NodeTest::AnyNodeTest));
AnyNodeTest        81 Source/core/xml/XPathStep.cpp         && first->m_nodeTest.kind() == Step::NodeTest::AnyNodeTest
AnyNodeTest       170 Source/core/xml/XPathStep.cpp         case Step::NodeTest::AnyNodeTest: