mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Added nameof
This commit is contained in:
parent
dd0d67cca1
commit
7dd2324fcf
13 changed files with 307 additions and 13 deletions
|
@ -361,6 +361,11 @@ void BfStructuralVisitor::Visit(BfOffsetOfExpression* offsetOfExpr)
|
|||
Visit(offsetOfExpr->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfNameOfExpression* nameOfExpr)
|
||||
{
|
||||
Visit(nameOfExpr->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfIsConstExpression* isConstExpr)
|
||||
{
|
||||
Visit(isConstExpr->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue