forked from qt-creator/qt-creator
Renamed switchCurrentEntity()
This commit is contained in:
@@ -120,12 +120,6 @@ public:
|
||||
ClassOrNamespace *findClassOrNamespace(Symbol *s); // ### rename
|
||||
ClassOrNamespace *findClassOrNamespace(const QList<const Name *> &path);
|
||||
|
||||
/// \internal
|
||||
void process(Symbol *s, ClassOrNamespace *classOrNamespace);
|
||||
|
||||
/// \internal
|
||||
ClassOrNamespace *allocClassOrNamespace(ClassOrNamespace *parent);
|
||||
|
||||
/// \internal
|
||||
Control *control() const;
|
||||
|
||||
@@ -133,10 +127,16 @@ public:
|
||||
void lookupInScope(const Name *name, Scope *scope, QList<Symbol *> *result,
|
||||
const TemplateNameId *templateId);
|
||||
|
||||
/// \internal
|
||||
void process(Symbol *s, ClassOrNamespace *classOrNamespace);
|
||||
|
||||
/// \internal
|
||||
ClassOrNamespace *allocClassOrNamespace(ClassOrNamespace *parent);
|
||||
|
||||
protected:
|
||||
using SymbolVisitor::visit;
|
||||
|
||||
ClassOrNamespace *switchCurrentEntity(ClassOrNamespace *classOrNamespace);
|
||||
ClassOrNamespace *switchCurrentClassOrNamespace(ClassOrNamespace *classOrNamespace);
|
||||
ClassOrNamespace *enterEntity(Symbol *symbol);
|
||||
ClassOrNamespace *enterGlobalEntity(Symbol *symbol);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user