Refactored the lookup of name and template name ids.

This commit is contained in:
Roberto Raggi
2009-05-28 15:24:17 +02:00
parent 09b98c02cb
commit 2a8b5a2e2b
2 changed files with 21 additions and 42 deletions

View File

@@ -133,8 +133,6 @@ private:
void buildVisibleScopes_helper(Document::Ptr doc, QList<Scope *> *scopes,
QSet<QString> *processed);
static bool isNameCompatibleWithIdentifier(Name *name, Identifier *id);
static bool maybeValidSymbol(Symbol *symbol,
ResolveMode mode,
const QList<Symbol *> &candidates);