mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved handling of recursive type aliases
This commit is contained in:
parent
9ee38354f7
commit
69028249d7
3 changed files with 56 additions and 30 deletions
|
@ -1873,6 +1873,7 @@ public:
|
|||
BfTypeInstance* GetBaseType(BfTypeInstance* typeInst);
|
||||
void HandleTypeGenericParamRef(BfAstNode* refNode, BfTypeDef* typeDef, int typeGenericParamIdx);
|
||||
void HandleMethodGenericParamRef(BfAstNode* refNode, BfTypeDef* typeDef, BfMethodDef* methodDef, int typeGenericParamIdx);
|
||||
BfType* SafeResolveAliasType(BfTypeAliasType* aliasType);
|
||||
bool ResolveTypeResult_Validate(BfAstNode* typeRef, BfType* resolvedTypeRef);
|
||||
BfType* ResolveTypeResult(BfTypeReference* typeRef, BfType* resolvedTypeRef, BfPopulateType populateType, BfResolveTypeRefFlags resolveFlags);
|
||||
void ShowAmbiguousTypeError(BfAstNode* refNode, BfTypeDef* typeDef, BfTypeDef* otherTypeDef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue