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.
2 parents dfe962f + ca7e809 commit 5ce10d1Copy full SHA for 5ce10d1
include/swift/AST/USRGeneration.h
@@ -9,6 +9,12 @@
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
//
11
//===----------------------------------------------------------------------===//
12
+//
13
+// Unique Symbol References (USRs) provide a textual encoding for
14
+// declarations. These are used for indexing, analogous to how mangled names
15
+// are used in object files.
16
17
+//===----------------------------------------------------------------------===//
18
19
#ifndef SWIFT_AST_USRGENERATION_H
20
#define SWIFT_AST_USRGENERATION_H
0 commit comments