Template specialization locations

Hi there,

Is there a way to find where TemplateTypeParmDecl are (SourceRange) in a FunctionDecl? I’m trying to find every place in the AST where a custom template type is used.

Thanks!