<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Oct 5, 2015 at 4:35 PM Noel Grandin <<a href="mailto:noelgrandin@gmail.com">noelgrandin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2015-10-05 03:40 PM, Manuel Klimek wrote:<br>
><br>
> Note that the AST dump doesn't contain all nodes.<br>
> In this case, it is correct though. The problem is that the method is not actually instantiated. You'll need to<br>
> reference it in order for it to actually get instantiated.<br>
><br>
<br>
Hi<br>
<br>
You are correct, and doing an --ast-dump dump of my actual code reveals that the CallExpr node I want is there (under a<br>
ClassTemplateSpecializationDecl node).<br>
Now I just need to figure out why my VisitCallExpr method is not being called.<br></blockquote><div><br></div><div>Btw, I think looking into the AST matchers and clang-query can greatly speed up your development cycle here. We have a dead code analysis based on these, and I wouldn't want to implement all the matchers with special visitors.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks for the help.<br>
<br>
Regards, Noel.<br>
</blockquote></div></div>