forked from qt-creator/qt-creator
Expand enum and anonymous scoped symbols when resolving qualified name ids.
Reviewed-by: Thorbjørn Lindeijer
This commit is contained in:
@@ -114,6 +114,9 @@ public:
|
||||
const QList<Scope *> &visibleScopes,
|
||||
QList<Scope *> *expandedScopes) const;
|
||||
|
||||
void expandEnumOrAnonymousSymbol(ScopedSymbol *scopedSymbol,
|
||||
QList<Scope *> *expandedScopes) const;
|
||||
|
||||
private:
|
||||
QList<Symbol *> resolveQualifiedNameId(QualifiedNameId *q,
|
||||
const QList<Scope *> &visibleScopes,
|
||||
|
||||
Reference in New Issue
Block a user