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

Member predicate Impl::Method::hasQualifiedName

Holds if this function is called funcName and is a member of a class, struct, extension, enum or protocol called typeName in a module called moduleName.

predicate hasQualifiedName(string moduleName, string typeName, string funcName)