1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Support for top-level internal protection, autocomplete internal fixes

This commit is contained in:
Brian Fiete 2021-11-23 14:25:07 -08:00
parent 0592701576
commit 870c9914be
4 changed files with 23 additions and 10 deletions

View file

@ -179,7 +179,7 @@ public:
int mDefTypeGenericParamIdx;
public:
bool CheckProtection(BfProtection protection, bool allowProtected, bool allowPrivate);
bool CheckProtection(BfProtection protection, BfTypeDef* typeDef, bool allowProtected, bool allowPrivate);
String GetFilter(BfAstNode* node);
const char* GetTypeName(BfType* type);
int GetCursorIdx(BfAstNode* node);