Returns true if the given function declaration is virtual.
Function declarations with Objective-C linkage and which are static or final are considered virtual.
the function declaration to check if it's virtual
true if the given function declaration is virtual
See Implementation
Returns true if the given function declaration is virtual.
Function declarations with Objective-C linkage and which are static or final are considered virtual.