<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Apr 16, 2015 at 5:45 PM Daniel Dilts <<a href="mailto:diltsman@gmail.com">diltsman@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am attempting to write a tool that will generate a table from tokens pulled from source code.</div><div><br></div><div>I have a static template function in a template class.  I want to find the first argument for all calls to the template function.</div><div><br></div><div>The problem is that the token may or may not be defined, since they will be defined in a generated table.</div><div><br></div><div>If I use dump-ast it appears that the function call is omitted from the AST, so I don't think that I can use AST matchers to find it.</div></div></blockquote><div><br></div><div>I somehow can't believe that - all calls are in the AST.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Can anyone suggest how I might go about finding the desired function call?</div></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div></div>