mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibCpp: Support parsing function qualifiers
This commit is contained in:
parent
ee35fc0da3
commit
1f9f6ea9d6
Notes:
sideshowbarker
2024-07-18 20:42:18 +09:00
Author: https://github.com/itamar8910
Commit: 1f9f6ea9d6
Pull-request: https://github.com/SerenityOS/serenity/pull/6009
4 changed files with 58 additions and 10 deletions
|
@ -171,6 +171,7 @@ public:
|
|||
|
||||
virtual NonnullRefPtrVector<Declaration> declarations() const override;
|
||||
|
||||
Vector<StringView> m_qualifiers;
|
||||
RefPtr<Type> m_return_type;
|
||||
NonnullRefPtrVector<Parameter> m_parameters;
|
||||
RefPtr<FunctionDefinition> m_definition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue