mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Allow calling convention attributes
This commit is contained in:
parent
096ade7614
commit
b9908cb4a8
11 changed files with 240 additions and 93 deletions
|
@ -1585,8 +1585,9 @@ void BfPrinter::Visit(BfDelegateTypeRef* typeRef)
|
|||
|
||||
VisitChild(typeRef->mTypeToken);
|
||||
ExpectSpace();
|
||||
VisitChild(typeRef->mReturnType);
|
||||
VisitChild(typeRef->mAttributes);
|
||||
ExpectSpace();
|
||||
VisitChild(typeRef->mReturnType);
|
||||
VisitChild(typeRef->mOpenParen);
|
||||
|
||||
for (int i = 0; i < (int)typeRef->mParams.size(); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue