Searched refs:BootableSectionContentsASTNode (Results 1 – 5 of 5) sorted by relevance
1035 #pragma mark = BootableSectionContentsASTNode =1037 BootableSectionContentsASTNode::BootableSectionContentsASTNode(const BootableSectionContentsASTNode… in BootableSectionContentsASTNode() function in BootableSectionContentsASTNode1043 void BootableSectionContentsASTNode::printTree(int indent) const in printTree()
793 class BootableSectionContentsASTNode : public SectionContentsASTNode796 BootableSectionContentsASTNode(ListASTNode * statements) in BootableSectionContentsASTNode() function801 BootableSectionContentsASTNode(const BootableSectionContentsASTNode & other);803 virtual ASTNode * clone() const { return new BootableSectionContentsASTNode(*this); } in clone()
445 BootableSectionContentsASTNode * bootableSection; in processSections()447 if (bootableSection = dynamic_cast<BootableSectionContentsASTNode*>(node)) in processSections()
364 $$ = new BootableSectionContentsASTNode(listNode);
1763 (yyval.m_ast) = new BootableSectionContentsASTNode(listNode);