Searched refs:sectionNode (Results 1 – 3 of 3) sorted by relevance
1081 SectionASTNode * sectionNode; in createSourceFromNode() local1117 else if (sectionNode = dynamic_cast<SectionASTNode*>(dataNode)) in createSourceFromNode()1120 …SourceFile * sourceFile = getSourceFromName(sectionNode->getSourceName(), sectionNode->getFirstLin… in createSourceFromNode()1123 …throw semantic_error(format_string("line %d: source does not support sections", sectionNode->getFi… in createSourceFromNode()1127 std::string * sectionName = sectionNode->getSectionName(); in createSourceFromNode()1132 …throw semantic_error(format_string("line %d: no sections match the pattern", sectionNode->getFirst… in createSourceFromNode()1152 sectionNode = dynamic_cast<SectionASTNode*>(node); in createSourceFromNode()1153 if (!sectionNode) in createSourceFromNode()1157 bool isInclude = sectionNode->getAction() == SectionASTNode::kInclude; in createSourceFromNode()1158 matcher.addPattern(isInclude, *(sectionNode->getSectionName())); in createSourceFromNode()
320 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>($6); variable321 if (sectionNode)324 sectionNode->setSectionNumberExpr(exprNode);325 sectionNode->setOptions(dynamic_cast<ListASTNode*>($4));326 sectionNode->setLocation(@1, sectionNode->getLocation());
1716 … SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>((yyvsp[0].m_ast)); local1717 if (sectionNode)1720 sectionNode->setSectionNumberExpr(exprNode);1721 sectionNode->setOptions(dynamic_cast<ListASTNode*>((yyvsp[-2].m_ast)));1722 sectionNode->setLocation((yylsp[-5]), sectionNode->getLocation());