| 571 | } |
| 572 | } |
| 573 | virtual RefPtr<ComponentSyntaxNode> VisitComponent(ComponentSyntaxNode *) override |
| 574 | { |
| 575 | throw NotImplementedException(); |
| 576 | } |
| 577 | void VisitComponent(ComponentDefinitionIR * comp) |
| 578 | { |
| 579 | currentComponent = comp; |
nothing calls this directly
no test coverage detected