| 104 | } |
| 105 | template <> |
| 106 | inline ASTNodeAttr |
| 107 | NodeAttrFromAST<AST::Component::ComponentSection>() noexcept { |
| 108 | return ASTNodeAttr::Comp_Sec_Component; |
| 109 | } |
| 110 | template <> |
| 111 | inline ASTNodeAttr NodeAttrFromAST<AST::Component::InstanceSection>() noexcept { |
| 112 | return ASTNodeAttr::Comp_Sec_Instance; |
nothing calls this directly
no outgoing calls
no test coverage detected