Initial work on the `new' GenTemplateInstance.

This commit is contained in:
Roberto Raggi
2009-10-26 17:54:32 +01:00
parent b4744214c6
commit 82ecb2c7b3
6 changed files with 359 additions and 165 deletions

View File

@@ -98,6 +98,7 @@ public:
QList<Scope *> visibleScopes() const
{ return _visibleScopes; }
QList<Scope *> visibleScopes(Symbol *symbol) const;
QList<Scope *> visibleScopes(const QPair<FullySpecifiedType, Symbol *> &result) const;
QList<Scope *> expand(const QList<Scope *> &scopes) const;