Improved the lookup of qualified name ids.

This commit is contained in:
Roberto Raggi
2009-01-13 09:41:07 +01:00
parent 4741a7282d
commit a2cd5db6ce
2 changed files with 77 additions and 11 deletions

View File

@@ -134,6 +134,10 @@ private:
QList<Scope *> buildVisibleScopes();
static bool isNameCompatibleWithIdentifier(Name *name, Identifier *id);
static bool maybeValidSymbol(Symbol *symbol,
ResolveMode mode,
const QList<Symbol *> &candidates);
private:
Control *_control;