forked from qt-creator/qt-creator
Improved the lookup of qualified name ids.
This commit is contained in:
@@ -134,6 +134,10 @@ private:
|
||||
QList<Scope *> buildVisibleScopes();
|
||||
static bool isNameCompatibleWithIdentifier(Name *name, Identifier *id);
|
||||
|
||||
static bool maybeValidSymbol(Symbol *symbol,
|
||||
ResolveMode mode,
|
||||
const QList<Symbol *> &candidates);
|
||||
|
||||
private:
|
||||
Control *_control;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user