Searched refs:NaturalLocationASTNode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1180 class NaturalLocationASTNode : public ASTNode class in namespace:elftosb
1183 NaturalLocationASTNode() function in class:elftosb::NaturalLocationASTNode
1188 NaturalLocationASTNode(const NaturalLocationASTNode & other) function in class:elftosb::NaturalLocationASTNode
1193 virtual ASTNode * clone() const { return new NaturalLocationASTNode(*this); }
1195 virtual std::string nodeName() const { return "NaturalLocationASTNode"; }
H A Delftosb_parser.y520 $$ = new NaturalLocationASTNode();
527 $$ = new NaturalLocationASTNode();
H A DConversionController.cpp686 //! - NaturalLocationASTNode
1229 //! - NaturalLocationASTNode
1240 NaturalLocationASTNode * naturalNode;
1272 else if (naturalNode = dynamic_cast<NaturalLocationASTNode*>(targetNode))
H A Delftosb_parser.tab.cpp1974 (yyval.m_ast) = new NaturalLocationASTNode();
1981 (yyval.m_ast) = new NaturalLocationASTNode();

Completed in 280 milliseconds