mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Internal protection, 'using internal <type or namespace>;`
This commit is contained in:
parent
7349cdf50f
commit
6b27f0f0b2
25 changed files with 313 additions and 96 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
}
|
||||
|
||||
virtual void Visit(BfUsingDirective* usingDirective) override;
|
||||
virtual void Visit(BfUsingStaticDirective* usingDirective) override;
|
||||
virtual void Visit(BfUsingModDirective* usingDirective) override;
|
||||
virtual void Visit(BfNamespaceDeclaration* namespaceDeclaration) override;
|
||||
virtual void Visit(BfBlock* block) override;
|
||||
virtual void Visit(BfRootNode* rootNode) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue