I need to find all occurrences of a function call in a C++ file using python, and extract the arguments for each call. I’m playing with the pygccxml package, and extracting the arguments given a string with the function call is extremely easy: What I couldn’t find is a way of getting the calls parsing a file: Is there a