Home
last modified time | relevance | path

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

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