mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Added 'using' fields
This commit is contained in:
parent
ff229f385d
commit
450d541292
13 changed files with 850 additions and 253 deletions
|
@ -1838,6 +1838,7 @@ public:
|
|||
void ExecuteCEOnCompile(CeEmitContext* ceEmitContext, BfTypeInstance* typeInst, BfCEOnCompileKind onCompileKind, bool underlyingTypeDeferred);
|
||||
void DoCEEmit(BfTypeInstance* typeInstance, bool& hadNewMembers, bool underlyingTypeDeferred);
|
||||
void DoCEEmit(BfMethodInstance* methodInstance);
|
||||
void PopulateUsingFieldData(BfTypeInstance* typeInstance);
|
||||
void DoPopulateType_TypeAlias(BfTypeAliasType* typeAlias);
|
||||
void DoPopulateType_InitSearches(BfTypeInstance* typeInstance);
|
||||
void DoPopulateType_SetGenericDependencies(BfTypeInstance* genericTypeInstance);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue