I do not see the VisitCallExpr method in the code or in Doxygen.<br><br>It looks like the RecursiveASTVisitor class can give me statements, where statements become expressions become function calls by inheritance. Or am I missing something?<br>
<br>Thanks again<br><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 2:59 PM, Joshua Cranmer <span dir="ltr"><<a href="mailto:Pidgeot18@gmail.com">Pidgeot18@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


  
    
    
  
  <div bgcolor="#ffffff" text="#000000"><div class="im">
    On 6/8/2011 10:11 AM, ret val wrote:
    <blockquote type="cite">I think I should use a ASTConsumer and implement the
      HandleTranslationUnit method. From there I would have a ASTContext
      and I'm not entirely sure where I could find the function calls.<br>
    </blockquote>
    <br></div>
    Have your consumer also inherit from RecursiveASTVisitor, and then
    implement VisitCallExpr. Example code that I have done can be found
    here:
<a href="https://github.com/jcranmer/dxr/blob/clang/xref-tools/cxx-clang/dxr-index.cpp" target="_blank"><https://github.com/jcranmer/dxr/blob/clang/xref-tools/cxx-clang/dxr-index.cpp></a>.<br>
    <blockquote type="cite"><br>
      Thanks<br>
      <pre><fieldset></fieldset>
_______________________________________________
cfe-dev mailing list
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre cols="72">-- 
Joshua Cranmer
News submodule owner
JSHydra author</pre>
  </div>

<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">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>
<br></blockquote></div><br>