> Is there some way which I've missed which can be used to get an Objective-C > method's return type? OK - found clang_getCursorResultType(). I was wrongly using clang_getResultType. Regards, Vinay Sajip