Added a simple quickfix to declare local variable.

This commit is contained in:
Roberto Raggi
2010-07-19 19:12:24 +02:00
parent 87001994d7
commit 1702543d80
2 changed files with 71 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ protected:
const CPlusPlus::Token &tokenAt(unsigned index) const;
CPlusPlus::Scope *scopeAt(unsigned index) const;
int startOf(unsigned index) const;
int startOf(const CPlusPlus::AST *ast) const;
int endOf(unsigned index) const;