forked from qt-creator/qt-creator
Initial work on smart highlight of local symbols. For-statements and symbols genarated from a macro expansion are not yet highlighted.
This commit is contained in:
@@ -72,6 +72,8 @@ protected:
|
||||
|
||||
using ASTVisitor::visit;
|
||||
|
||||
unsigned locationOfDeclaratorId(DeclaratorAST *declarator) const;
|
||||
|
||||
virtual bool visit(SimpleDeclarationAST *ast);
|
||||
virtual bool visit(EmptyDeclarationAST *ast);
|
||||
virtual bool visit(AccessDeclarationAST *ast);
|
||||
|
||||
Reference in New Issue
Block a user