mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Deferred Import dynamic/static check, fix calling convention
This commit is contained in:
parent
fbb06862b3
commit
42452fe09c
15 changed files with 102 additions and 44 deletions
|
@ -797,14 +797,14 @@ public:
|
|||
return mMethodDef->mMethodType == BfMethodType_Mixin;
|
||||
}
|
||||
|
||||
BfImportKind GetImportKind();
|
||||
void UndoDeclaration(bool keepIRFunction = false);
|
||||
BfTypeInstance* GetOwner();
|
||||
BfModule* GetModule();
|
||||
bool IsSpecializedGenericMethod();
|
||||
bool IsSpecializedGenericMethodOrType();
|
||||
bool IsSpecializedByAutoCompleteMethod();
|
||||
bool HasThis();
|
||||
bool WantsThisPointer();
|
||||
bool HasThis();
|
||||
bool HasParamsArray();
|
||||
bool HasStructRet();
|
||||
bool HasSelf();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue