Member predicate FunctionDeclarationEntry::getTypedefType
Gets the typedef type (if any) used for this function declaration. As an example, the typedef type in the declaration of function foo in the following is Foo:
typedef int Foo(); static Foo foo;