@@ -135,11 +135,12 @@ CUSTOM_LOCATOR_PATH_ELT(ProtocolRequirement)
135
135
136
136
/// Type parameter requirements.
137
137
ABSTRACT_LOCATOR_PATH_ELT(AnyRequirement)
138
- /// The Nth conditional requirement in the parent locator's conformance.
139
- CUSTOM_LOCATOR_PATH_ELT(ConditionalRequirement)
140
138
141
- /// A single requirement placed on the type parameters.
142
- CUSTOM_LOCATOR_PATH_ELT(TypeParameterRequirement)
139
+ /// The Nth conditional requirement in the parent locator's conformance.
140
+ CUSTOM_LOCATOR_PATH_ELT(ConditionalRequirement)
141
+
142
+ /// A single requirement placed on the type parameters.
143
+ CUSTOM_LOCATOR_PATH_ELT(TypeParameterRequirement)
143
144
144
145
/// RValue adjustment.
145
146
SIMPLE_LOCATOR_PATH_ELT(RValueAdjustment)
@@ -155,11 +156,12 @@ CUSTOM_LOCATOR_PATH_ELT(SynthesizedArgument)
155
156
156
157
/// Tuple elements.
157
158
ABSTRACT_LOCATOR_PATH_ELT(AnyTupleElement)
158
- /// A tuple element referenced by position.
159
- CUSTOM_LOCATOR_PATH_ELT(TupleElement)
160
159
161
- /// A tuple element referenced by name.
162
- CUSTOM_LOCATOR_PATH_ELT(NamedTupleElement)
160
+ /// A tuple element referenced by position.
161
+ CUSTOM_LOCATOR_PATH_ELT(TupleElement)
162
+
163
+ /// A tuple element referenced by name.
164
+ CUSTOM_LOCATOR_PATH_ELT(NamedTupleElement)
163
165
164
166
/// An unresolved member.
165
167
SIMPLE_LOCATOR_PATH_ELT(UnresolvedMember)
0 commit comments