[cfe-dev] How to get body of a instantiated method?

Dimitrij Kotrev dimitrij.kotrev at googlemail.com
Sun Nov 7 10:09:10 PST 2010


Hello everyone,

i'm looking for a way to get the body of a instantiated method of a
template class.
I'm using the RecursiveASTVisitor to walk the AST. I can get to
instantiated method
declarations, but they dont have any bodies. I only get bodies for
instantiated function
templates, but not for methods of a template class.

Am i missing something?



More information about the cfe-dev mailing list