@@ -6114,7 +6114,6 @@ SwiftASTContext::GetTypeInfo(opaque_compiler_type_t type,
6114
6114
6115
6115
case swift::TypeKind::Optional:
6116
6116
case swift::TypeKind::TypeAlias:
6117
- case swift::TypeKind::Paren:
6118
6117
case swift::TypeKind::Dictionary:
6119
6118
case swift::TypeKind::ArraySlice:
6120
6119
assert (false && " Not a canonical type" );
@@ -6205,7 +6204,6 @@ lldb::TypeClass SwiftASTContext::GetTypeClass(opaque_compiler_type_t type) {
6205
6204
6206
6205
case swift::TypeKind::Optional:
6207
6206
case swift::TypeKind::TypeAlias:
6208
- case swift::TypeKind::Paren:
6209
6207
case swift::TypeKind::Dictionary:
6210
6208
case swift::TypeKind::ArraySlice:
6211
6209
assert (false && " Not a canonical type" );
@@ -6708,7 +6706,6 @@ lldb::Encoding SwiftASTContext::GetEncoding(opaque_compiler_type_t type,
6708
6706
6709
6707
case swift::TypeKind::Optional:
6710
6708
case swift::TypeKind::TypeAlias:
6711
- case swift::TypeKind::Paren:
6712
6709
case swift::TypeKind::Dictionary:
6713
6710
case swift::TypeKind::ArraySlice:
6714
6711
assert (false && " Not a canonical type" );
@@ -6836,7 +6833,6 @@ SwiftASTContext::GetNumChildren(opaque_compiler_type_t type,
6836
6833
6837
6834
case swift::TypeKind::Optional:
6838
6835
case swift::TypeKind::TypeAlias:
6839
- case swift::TypeKind::Paren:
6840
6836
case swift::TypeKind::Dictionary:
6841
6837
case swift::TypeKind::ArraySlice:
6842
6838
assert (false && " Not a canonical type" );
@@ -6971,7 +6967,6 @@ uint32_t SwiftASTContext::GetNumFields(opaque_compiler_type_t type,
6971
6967
6972
6968
case swift::TypeKind::Optional:
6973
6969
case swift::TypeKind::TypeAlias:
6974
- case swift::TypeKind::Paren:
6975
6970
case swift::TypeKind::Dictionary:
6976
6971
case swift::TypeKind::ArraySlice:
6977
6972
assert (false && " Not a canonical type" );
@@ -7272,7 +7267,6 @@ CompilerType SwiftASTContext::GetFieldAtIndex(opaque_compiler_type_t type,
7272
7267
7273
7268
case swift::TypeKind::Optional:
7274
7269
case swift::TypeKind::TypeAlias:
7275
- case swift::TypeKind::Paren:
7276
7270
case swift::TypeKind::Dictionary:
7277
7271
case swift::TypeKind::ArraySlice:
7278
7272
assert (false && " Not a canonical type" );
@@ -7366,7 +7360,6 @@ uint32_t SwiftASTContext::GetNumPointeeChildren(opaque_compiler_type_t type) {
7366
7360
7367
7361
case swift::TypeKind::Optional:
7368
7362
case swift::TypeKind::TypeAlias:
7369
- case swift::TypeKind::Paren:
7370
7363
case swift::TypeKind::Dictionary:
7371
7364
case swift::TypeKind::ArraySlice:
7372
7365
assert (false && " Not a canonical type" );
@@ -7724,7 +7717,6 @@ llvm::Expected<CompilerType> SwiftASTContext::GetChildCompilerTypeAtIndex(
7724
7717
7725
7718
case swift::TypeKind::Optional:
7726
7719
case swift::TypeKind::TypeAlias:
7727
- case swift::TypeKind::Paren:
7728
7720
case swift::TypeKind::Dictionary:
7729
7721
case swift::TypeKind::ArraySlice:
7730
7722
assert (false && " Not a canonical type" );
@@ -7961,7 +7953,6 @@ size_t SwiftASTContext::GetIndexOfChildMemberWithName(
7961
7953
7962
7954
case swift::TypeKind::Optional:
7963
7955
case swift::TypeKind::TypeAlias:
7964
- case swift::TypeKind::Paren:
7965
7956
case swift::TypeKind::Dictionary:
7966
7957
case swift::TypeKind::ArraySlice:
7967
7958
assert (false && " Not a canonical type" );
@@ -8340,7 +8331,6 @@ bool SwiftASTContext::DumpTypeValue(
8340
8331
8341
8332
case swift::TypeKind::Optional:
8342
8333
case swift::TypeKind::TypeAlias:
8343
- case swift::TypeKind::Paren:
8344
8334
case swift::TypeKind::Dictionary:
8345
8335
case swift::TypeKind::ArraySlice:
8346
8336
assert (false && " Not a canonical type" );
0 commit comments