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

Member predicate Raw::TypeAliasDecl::getAliasedType

Gets the aliased type on the right-hand side of this type alias declaration.

For example the aliased type of MyInt in the following code is Int:

typealias MyInt = Int
Type getAliasedType()