mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Added support for C-style vararg methods
This commit is contained in:
parent
89e6b0d577
commit
7741344fd2
16 changed files with 129 additions and 68 deletions
|
@ -810,6 +810,7 @@ public:
|
|||
bool HasSelf();
|
||||
bool IsAutocompleteMethod() { /*return mIdHash == -1;*/ return mIsAutocompleteMethod; }
|
||||
bool IsSkipCall(bool bypassVirtual = false);
|
||||
bool IsVarArgs();
|
||||
bool AlwaysInline();
|
||||
BfImportCallKind GetImportCallKind();
|
||||
bool IsTestMethod();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue