Searched refs:setElseStatements (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y675 ifStmt->setElseStatements(dynamic_cast<ListASTNode*>($6));
H A DElftosbAST.h847 void setElseStatements(ListASTNode * statements) { m_elseStatements = statements; } function in class:elftosb::IfStatementASTNode
H A Delftosb_parser.tab.cpp2154 ifStmt->setElseStatements(dynamic_cast<ListASTNode*>((yyvsp[0].m_ast)));

Completed in 85 milliseconds