File tree Expand file tree Collapse file tree 2 files changed +216
-180
lines changed Expand file tree Collapse file tree 2 files changed +216
-180
lines changed Original file line number Diff line number Diff line change @@ -315,29 +315,6 @@ namespace swift {
315
315
size_t findWord (StringRef string, StringRef word);
316
316
} // end namespace camel_case
317
317
318
- // / Describes the role that a particular name has within a
319
- // / signature, which can affect how we omit needless words.
320
- enum class NameRole {
321
- // / The base name of a function or method.
322
- BaseName,
323
-
324
- // / The base name of a method where the omission type name is the
325
- // / 'self' type.
326
- BaseNameSelf,
327
-
328
- // / The first parameter of a function or method.
329
- FirstParameter,
330
-
331
- // Subsequent parameters in a function or method.
332
- SubsequentParameter,
333
-
334
- // The name of a property.
335
- Property,
336
-
337
- // A partial name; used internally.
338
- Partial,
339
- };
340
-
341
318
// / Flags used by \c OmissionTypeName to describe the input type.
342
319
enum class OmissionTypeFlags {
343
320
// / Whether the parameter with this type has a default argument.
You can’t perform that action at this time.
0 commit comments