CodeQL library for Swift
codeql/swift-all 6.2.3 (changelog, source)
Search

Member predicate Impl::Type::getADerivedType

Gets a type derived from this type. Expands type aliases, for example in the following code, B derives from type A.

typealias A_alias = A

class B : A_alias {}
Type getADerivedType()