We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc80f9 commit e7b1434Copy full SHA for e7b1434
SwiftCompilerSources/Sources/Basic/SourceLoc.swift
@@ -10,6 +10,8 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
+import ASTBridging
14
+
15
public struct SourceLoc {
16
/// Points into a source file.
17
let locationInFile: UnsafePointer<UInt8>
0 commit comments