Added LookupContext::resolveOperatorNameId() with the bits needed to resolve operator name ids.

This commit is contained in:
Roberto Raggi
2009-05-28 12:10:16 +02:00
parent da91a04878
commit faaab90a15
2 changed files with 32 additions and 13 deletions

View File

@@ -119,6 +119,10 @@ private:
const QList<Scope *> &visibleScopes,
ResolveMode mode) const;
QList<Symbol *> resolveOperatorNameId(OperatorNameId *opId,
const QList<Scope *> &visibleScopes,
ResolveMode mode) const;
Identifier *identifier(const Name *name) const;
QList<Scope *> buildVisibleScopes();