| 88 | // ========================================================================== |
| 89 | |
| 90 | void reset() noexcept { CompCtxs.clear(); } |
| 91 | |
| 92 | /// Push a new validation scope for a real component. |
| 93 | void enterComponent(const AST::Component::Component *C) noexcept { |