mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Added 'using' fields
This commit is contained in:
parent
ff229f385d
commit
450d541292
13 changed files with 850 additions and 253 deletions
|
@ -277,6 +277,7 @@ public:
|
|||
void FixitAddNamespace(BfAstNode* refNode, const StringImpl& namespacStr);
|
||||
void FixitCheckNamespace(BfTypeDef* activeTypeDef, BfAstNode* typeRef, BfTokenNode* nextDotToken);
|
||||
void FixitAddConstructor(BfTypeInstance* typeInstance);
|
||||
void FixitAddFullyQualify(BfAstNode* refNode, const StringImpl& findName, const SizedArrayImpl<BfUsingFieldData::MemberRef>& foundList);
|
||||
|
||||
void SetResultStringType(BfType* type);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue