[cfe-dev] Visiting out of line template method definitions

Konstantin Tokarev annulen at yandex.ru
Fri Oct 19 04:31:37 PDT 2012


Hi all,

I'd like to visit out of line declarations of template methods to set up one-one relationships between TemplateTypeParmDecl's in method definition and in "base" ClassTemplateDecl.

Is it possible to do this? I haven't found a way to find method declarations for ClassTemplateDecl, and also haven't found a way to determine if CXXRecordDecl is out of line template method definition of certain ClassTemplateDecl.

-- 
Regards,
Konstantin



More information about the cfe-dev mailing list