mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
This commit is contained in:
parent
6054a418e5
commit
84e34d76d8
10 changed files with 52 additions and 13 deletions
|
@ -121,7 +121,6 @@ private:
|
|||
NonnullRefPtrVector<Declaration> parse_declarations_in_translation_unit(ASTNode& parent);
|
||||
RefPtr<Declaration> parse_single_declaration_in_translation_unit(ASTNode& parent);
|
||||
|
||||
|
||||
bool match(Token::Type);
|
||||
Token consume(Token::Type);
|
||||
Token consume();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue