Gets the parent of the given function declaration.
Handles Objective-C static member functions, which are virtual functions of the metaclass, by returning the parent class declaration to the metaclass.
the function declaration to get the parent of
the current parent, i.e. the class declaration the given function declaration belongs to
the parent
See Implementation
Gets the parent of the given function declaration.
Handles Objective-C static member functions, which are virtual functions of the metaclass, by returning the parent class declaration to the metaclass.