CodeQL library for C/C++
codeql/cpp-all 0.12.11 (changelog, source)
Search

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;

TypedefType getTypedefType()