Say hello to LookupContext::resolveNestedNameSpecifier()

This commit is contained in:
Roberto Raggi
2009-05-28 12:39:18 +02:00
parent 6a5d81b001
commit 6a3382d8de
2 changed files with 38 additions and 46 deletions

View File

@@ -123,6 +123,9 @@ private:
const QList<Scope *> &visibleScopes,
ResolveMode mode) const;
QList<Scope *> resolveNestedNameSpecifier(QualifiedNameId *q,
const QList<Scope *> &visibleScopes) const;
Identifier *identifier(const Name *name) const;
QList<Scope *> buildVisibleScopes();