forked from qt-creator/qt-creator
Add the type-template parameters.
This commit is contained in:
@@ -364,6 +364,14 @@ protected:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool visit(TypenameTypeParameterAST *ast)
|
||||
{
|
||||
if (ast->name)
|
||||
addType(ast->name->name);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool visit(NamedTypeSpecifierAST *ast)
|
||||
{
|
||||
if (ast->name) {
|
||||
|
Reference in New Issue
Block a user