SourceLocation
public struct SourceLocation
Undocumented
-
Undocumented
Declaration
Swift
public func cursor(in translationUnit: TranslationUnit) -> Cursor?
-
The line to which the given source location points.
Declaration
Swift
public var line: Int
-
The column to which the given source location points.
Declaration
Swift
public var column: Int
-
The offset into the buffer to which the given source location points.
Declaration
Swift
public var offset: Int
-
The file to which the given source location points.
Declaration
Swift
public var file: File