Check only NameId and TemplateNameId

This commit is contained in:
Roberto Raggi
2010-08-05 13:38:27 +02:00
parent f87236de39
commit ccf3244932
2 changed files with 19 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ protected:
unsigned startOfTemplateDeclaration(TemplateDeclarationAST *ast) const;
static bool compareFullyQualifiedName(const QList<const Name *> &path, const QList<const Name *> &other);
static bool compareName(const Name *name, const Name *other);
private:
const Identifier *_id;