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

Member predicate Indirection::getBaseType

Gets the base type of this indirection, after specifiers have been deeply stripped and typedefs have been resolved.

For example, the base type of int*& is int*, and the base type of int* is int.

Type getBaseType()