Searched refs:FromStatementASTNode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.h107 OperationSequence * convertFromStatement(FromStatementASTNode * statement);
H A DElftosbAST.cpp1326 #pragma mark = FromStatementASTNode =
1328 FromStatementASTNode::FromStatementASTNode(std::string * source, ListASTNode * statements) function in class:FromStatementASTNode
1333 FromStatementASTNode::FromStatementASTNode(const FromStatementASTNode & other) function in class:FromStatementASTNode
1340 void FromStatementASTNode::printTree(int indent) const
H A DElftosbAST.h1201 class FromStatementASTNode : public StatementASTNode class in namespace:elftosb
1204 FromStatementASTNode() : StatementASTNode() {} function in class:elftosb::FromStatementASTNode
1205 FromStatementASTNode(std::string * source, ListASTNode * statements);
1206 FromStatementASTNode(const FromStatementASTNode & other);
1208 virtual ASTNode * clone() const { return new FromStatementASTNode(*this); }
1210 virtual std::string nodeName() const { return "FromStatementASTNode"; }
H A DConversionController.cpp644 FromStatementASTNode * from = dynamic_cast<FromStatementASTNode*>(statement);
784 OperationSequence * ConversionController::convertFromStatement(FromStatementASTNode * statement)
H A Delftosb_parser.y641 $$ = new FromStatementASTNode($2, dynamic_cast<ListASTNode*>($4));
H A Delftosb_parser.tab.cpp2116 (yyval.m_ast) = new FromStatementASTNode((yyvsp[-3].m_str), dynamic_cast<ListASTNode*>((yyvsp[-1].m_ast)));

Completed in 109 milliseconds