forked from qt-creator/qt-creator
C++: Cleanup NestedClassInstantiator in LookupContext
* Rename Instantiator * Shorten some variable names Change-Id: I0d1d6280b6157e9ebc4bbaaa77f462fe6ce233c4 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
cf4ae8c63f
commit
5566146607
@@ -129,10 +129,6 @@ private:
|
||||
|
||||
ClassOrNamespace *nestedType(const Name *name, ClassOrNamespace *origin);
|
||||
|
||||
void instantiateNestedClasses(ClassOrNamespace *enclosingTemplateClass,
|
||||
Clone &cloner,
|
||||
Subst &subst,
|
||||
ClassOrNamespace *enclosingTemplateClassInstantiation);
|
||||
ClassOrNamespace *findSpecialization(const TemplateNameId *templId,
|
||||
const TemplateNameIdTable &specializations);
|
||||
|
||||
@@ -161,7 +157,7 @@ private:
|
||||
|
||||
Class *_rootClass;
|
||||
|
||||
class NestedClassInstantiator;
|
||||
class Instantiator;
|
||||
|
||||
public:
|
||||
const Name *_name; // For debug
|
||||
|
||||
Reference in New Issue
Block a user