| 157 | } |
| 158 | template <> |
| 159 | inline ASTNodeAttr NodeAttrFromAST<AST::Component::ComponentType>() noexcept { |
| 160 | return ASTNodeAttr::Comp_ComponentType; |
| 161 | } |
| 162 | template <> |
| 163 | inline ASTNodeAttr NodeAttrFromAST<AST::Component::InstanceType>() noexcept { |
| 164 | return ASTNodeAttr::Comp_InstanceType; |
nothing calls this directly
no outgoing calls
no test coverage detected