Guessing these sort of functions would be relevant: https://clang.llvm.org/doxygen/classclang_1_1VarDecl.html#a617bcdd5baaab0ccba71a96cd9c2ed03
On Sun, Feb 16, 2020 at 5:43 PM Robert Ankeney via cfe-users < [email protected]> wrote: > 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 >
_______________________________________________ cfe-users mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
