Returns the this pointer of the given function declaration.
This is only used for class/static methods. For instance methods, no Objective-C specialization is necessary.
the function declaration to get the this pointer for
the this pointer of the given function declaration, or null if the given function declaration is not an Objective-C method.
See Implementation
Returns the this pointer of the given function declaration.
This is only used for class/static methods. For instance methods, no Objective-C specialization is necessary.