mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed dependency of alias types
This commit is contained in:
parent
ad35a8a254
commit
c6a7af2a4b
4 changed files with 31 additions and 12 deletions
|
@ -1758,7 +1758,7 @@ public:
|
|||
bool CheckAccessMemberProtection(BfProtection protection, BfTypeInstance* memberType);
|
||||
bool CheckDefineMemberProtection(BfProtection protection, BfType* memberType);
|
||||
void CheckMemberNames(BfTypeInstance* typeInst);
|
||||
void AddDependency(BfType* usedType, BfType* userType, BfDependencyMap::DependencyFlags flags);
|
||||
void AddDependency(BfType* usedType, BfType* userType, BfDependencyMap::DependencyFlags flags, BfDepContext* depContext = NULL);
|
||||
void AddDependency(BfGenericParamInstance* genericParam, BfTypeInstance* usingType);
|
||||
void AddCallDependency(BfMethodInstance* methodInstance, bool devirtualized = false);
|
||||
void AddFieldDependency(BfTypeInstance* typeInstance, BfFieldInstance* fieldInstance, BfType* fieldType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue