Suppose I have some code like:

template<typename Type>
Type tVar;
function(tVar);

How can I determine that tVar is templated from the VarDecl or a
MemberExpr? I don't see any obvious function in QualType or Type.

Thanks,
Robert
_______________________________________________
cfe-users mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to