Skip to content
Snippets Groups Projects
Commit 45fb9726 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Add the type-template parameters.

parent cd3022dc
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,14 @@ protected: ...@@ -364,6 +364,14 @@ protected:
return false; return false;
} }
virtual bool visit(TypenameTypeParameterAST *ast)
{
if (ast->name)
addType(ast->name->name);
return true;
}
virtual bool visit(NamedTypeSpecifierAST *ast) virtual bool visit(NamedTypeSpecifierAST *ast)
{ {
if (ast->name) { if (ast->name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment