How to get correct TypeLoc SourceLocation for parameters in explicit template instantiation?
• Hi, I’m trying to get the SourceLocation of a type reference inside an explicit template instantiation declaration, for example: struct Foo {}; template void func(const Foo &) {}