mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Extension classifier fix
This commit is contained in:
parent
f008a98105
commit
95c876570f
3 changed files with 15 additions and 1 deletions
|
@ -73,6 +73,7 @@ public:
|
|||
void ModifyFlags(BfAstNode* node, uint8 andFlags, uint8 orFlags);
|
||||
void ModifyFlags(int startPos, int endPos, uint8 andFlags, uint8 orFlags);
|
||||
void SetElementType(BfAstNode* node, BfSourceElementType elementType);
|
||||
void SetElementType(BfAstNode* node, BfTypeCode typeCode);
|
||||
void SetElementType(int startPos, int endPos, BfSourceElementType elementType);
|
||||
void SetHighestElementType(BfAstNode* node, BfSourceElementType elementType);
|
||||
void SetHighestElementType(int startPos, int endPos, BfSourceElementType elementType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue