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

Module Content

Import path

import codeql.swift.dataflow.internal.DataFlowPublic

Classes

CapturedVariableContent

A captured variable.

CollectionContent

An element of a collection. This is a broad class including: - elements of collections, such as Set<Element>. - elements of buffers, such as UnsafeBufferPointer<Element>. - the pointee of a pointer, such as UnsafePointer<Pointee>.

EnumContent

A parameter of an enum element.

FieldContent

A field of an object, for example an instance variable.

TupleContent

An element of a tuple at a specific index.