fixup mtype.h for #20946 (#20971)

This commit is contained in:
Nicholas Wilson 2025-03-13 07:22:15 +08:00 committed by GitHub
parent d09d7689b6
commit c5ba78dc34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -554,6 +554,8 @@ public:
void isReturn(bool v);
bool isReturnScope() const;
void isReturnScope(bool v);
bool isRvalue() const;
void isRvalue(bool v);
bool isScopeQual() const;
void isScopeQual(bool v);
bool isReturnInferred() const;