You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callee declaration can be, e.g. a parameter declaration if the call
expression is a parameter callback, which is not a derived type of
FunctionDecl, and thus can't be casted to it. Only deal with
FunctionDecl (and FunctionTemplateDecl) type derivations and return an
empty strings for the other cases.
0 commit comments