I would like to write plugin that prints out all the functions that are called and what function they are being called from, later on I would like to know if a function pointer was called. I'm wondering what the best approach would be. <br>
<br>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><br>Thanks<br>