<div dir="ltr">Suppose I have some code like:<div><br></div><div>template<typename Type></div><div>Type tVar;</div><div>function(tVar);</div><div><br></div><div>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.</div><div><br></div><div>Thanks,</div><div>Robert</div><div><br></div></div>