Member predicate Type::getUnspecifiedType
Gets this type after specifiers have been deeply stripped and typedefs have been resolved.
For example, starting with const i64* const
in the context of typedef long long i64;
, this predicate will return long long*
.