Added method arguments to the lookup context of an ObjC method.

This commit is contained in:
Erik Verbruggen
2009-09-25 12:08:38 +02:00
parent 00f676708b
commit 06fcf59f2e
2 changed files with 14 additions and 0 deletions

View File

@@ -114,6 +114,10 @@ public:
const QList<Scope *> &visibleScopes,
QList<Scope *> *expandedScopes) const;
void expandObjCMethod(ObjCMethod *method,
const QList<Scope *> &visibleScopes,
QList<Scope *> *expandedScopes) const;
void expandEnumOrAnonymousSymbol(ScopedSymbol *scopedSymbol,
QList<Scope *> *expandedScopes) const;