Moved the lookup of qualified name ids in LookupContext::resolveQualifiedNameId()

This commit is contained in:
Roberto Raggi
2009-05-28 11:58:40 +02:00
parent ed02e7eec8
commit d9a65beacc
2 changed files with 61 additions and 49 deletions

View File

@@ -115,6 +115,10 @@ public:
QList<Scope *> *expandedScopes) const;
private:
QList<Symbol *> resolveQualifiedNameId(QualifiedNameId *q,
const QList<Scope *> &visibleScopes,
ResolveMode mode) const;
Identifier *identifier(const Name *name) const;
QList<Scope *> buildVisibleScopes();