Compare the scope pointers for local scopes.

This commit is contained in:
Roberto Raggi
2010-08-26 13:38:07 +02:00
parent 5f13608c61
commit c5d48034bb
2 changed files with 12 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ protected:
static bool compareFullyQualifiedName(const QList<const Name *> &path, const QList<const Name *> &other);
static bool compareName(const Name *name, const Name *other);
static bool isLocalScope(Scope *scope);
void statement(StatementAST *ast);
void expression(ExpressionAST *ast);