<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><br></div><div>Can anyone suggest how I might go about finding the desired function call?</div></div>