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:
parent
0592701576
commit
870c9914be
4 changed files with 23 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue