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

Member predicate Impl::Location::hasLocationInfo

Holds if this location is described by path, startLine, startColumn, endLine and endColumn.

predicate hasLocationInfo(string path, int startLine, int startColumn, int endLine, int endColumn)