mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
ByVal fixes
This commit is contained in:
parent
9158002a42
commit
0dc45cb712
4 changed files with 7 additions and 5 deletions
|
@ -933,7 +933,7 @@ public:
|
|||
int GetStructRetIdx(bool forceStatic = false);
|
||||
bool HasSelf();
|
||||
bool GetLoweredReturnType(BfTypeCode* loweredTypeCode = NULL, BfTypeCode* loweredTypeCode2 = NULL, bool forceStatic = false);
|
||||
bool WantsStructsAttribByVal();
|
||||
bool WantsStructsAttribByVal(BfType* paramType);
|
||||
bool IsAutocompleteMethod() { /*return mIdHash == -1;*/ return mIsAutocompleteMethod; }
|
||||
bool IsSkipCall(bool bypassVirtual = false);
|
||||
bool IsVarArgs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue