I am developing a static analyzer for objective-c and I need details about the external methods that are called in the code (the declaring class, the return type and the arguments). Is there a way or a tool that allows me to have this information ?
EDIT: how can I use CLang (or GCC) to access the header files and get this information programmatically?