Searched refs:SectionContentsASTNode (Results 1 – 5 of 5) sorted by relevance
727 class SectionContentsASTNode : public ASTNode730 SectionContentsASTNode() : m_sectionExpr() {} in SectionContentsASTNode() function731 SectionContentsASTNode(ExprASTNode * section) : m_sectionExpr(section) {} in SectionContentsASTNode() function732 SectionContentsASTNode(const SectionContentsASTNode & other);734 virtual ASTNode * clone() const { return new SectionContentsASTNode(*this); } in clone()768 class DataSectionContentsASTNode : public SectionContentsASTNode772 : SectionContentsASTNode(), m_contents(contents) in DataSectionContentsASTNode()793 class BootableSectionContentsASTNode : public SectionContentsASTNode797 : SectionContentsASTNode(), m_statements(statements) in BootableSectionContentsASTNode()
1000 #pragma mark = SectionContentsASTNode =1002 SectionContentsASTNode::SectionContentsASTNode(const SectionContentsASTNode & other) in SectionContentsASTNode() function in SectionContentsASTNode1008 void SectionContentsASTNode::printTree(int indent) const in printTree()1020 : SectionContentsASTNode(other), m_contents() in DataSectionContentsASTNode()1027 SectionContentsASTNode::printTree(indent); in printTree()1038 : SectionContentsASTNode(other), m_statements() in BootableSectionContentsASTNode()1045 SectionContentsASTNode::printTree(indent); in printTree()
320 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>($6);
412 SectionContentsASTNode * node = dynamic_cast<SectionContentsASTNode*>(*it); in processSections()
1716 … SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>((yyvsp[0].m_ast));