Searched refs:kInclude (Results 1 – 5 of 5) sorted by relevance
1069 kInclude, //!< Include sections matched by this node. enumerator1075 : ASTNode(), m_action(kInclude), m_name(name), m_source() in SectionASTNode()1085 : ASTNode(), m_action(kInclude), m_name(name), m_source(source) in SectionASTNode()
504 $$ = new SectionASTNode($1, SectionASTNode::kInclude);
1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude; in createSourceFromNode()
1240 case kInclude: in printTree()
1951 (yyval.m_ast) = new SectionASTNode((yyvsp[0].m_str), SectionASTNode::kInclude);