@@ -6137,7 +6137,6 @@ SwiftASTContext::GetTypeInfo(opaque_compiler_type_t type,
6137
6137
case swift::TypeKind::SILMoveOnlyWrapped:
6138
6138
case swift::TypeKind::SILToken:
6139
6139
case swift::TypeKind::TypeVariable:
6140
- case swift::TypeKind::Unresolved:
6141
6140
case swift::TypeKind::VariadicSequence:
6142
6141
LOG_PRINTF (GetLog (LLDBLog::Types), " Unexpected type: %s" ,
6143
6142
swift_can_type.getString ().c_str ());
@@ -6301,7 +6300,6 @@ lldb::TypeClass SwiftASTContext::GetTypeClass(opaque_compiler_type_t type) {
6301
6300
case swift::TypeKind::SILPack:
6302
6301
case swift::TypeKind::SILToken:
6303
6302
case swift::TypeKind::PackArchetype:
6304
- case swift::TypeKind::Unresolved:
6305
6303
case swift::TypeKind::VariadicSequence:
6306
6304
assert (false && " Internal compiler type" );
6307
6305
break ;
@@ -6809,7 +6807,6 @@ lldb::Encoding SwiftASTContext::GetEncoding(opaque_compiler_type_t type,
6809
6807
case swift::TypeKind::PackArchetype:
6810
6808
case swift::TypeKind::TypeVariable:
6811
6809
case swift::TypeKind::ErrorUnion:
6812
- case swift::TypeKind::Unresolved:
6813
6810
case swift::TypeKind::VariadicSequence:
6814
6811
break ;
6815
6812
case swift::TypeKind::BuiltinInteger:
@@ -6937,7 +6934,6 @@ SwiftASTContext::GetNumChildren(opaque_compiler_type_t type,
6937
6934
case swift::TypeKind::SILPack:
6938
6935
case swift::TypeKind::SILToken:
6939
6936
case swift::TypeKind::TypeVariable:
6940
- case swift::TypeKind::Unresolved:
6941
6937
case swift::TypeKind::VariadicSequence:
6942
6938
break ;
6943
6939
case swift::TypeKind::UnmanagedStorage:
@@ -7066,7 +7062,6 @@ uint32_t SwiftASTContext::GetNumFields(opaque_compiler_type_t type,
7066
7062
case swift::TypeKind::SILPack:
7067
7063
case swift::TypeKind::SILToken:
7068
7064
case swift::TypeKind::TypeVariable:
7069
- case swift::TypeKind::Unresolved:
7070
7065
case swift::TypeKind::VariadicSequence:
7071
7066
break ;
7072
7067
case swift::TypeKind::UnmanagedStorage:
@@ -7295,7 +7290,6 @@ CompilerType SwiftASTContext::GetFieldAtIndex(opaque_compiler_type_t type,
7295
7290
case swift::TypeKind::SILPack:
7296
7291
case swift::TypeKind::SILToken:
7297
7292
case swift::TypeKind::TypeVariable:
7298
- case swift::TypeKind::Unresolved:
7299
7293
case swift::TypeKind::VariadicSequence:
7300
7294
break ;
7301
7295
case swift::TypeKind::UnmanagedStorage:
@@ -7514,7 +7508,6 @@ uint32_t SwiftASTContext::GetNumPointeeChildren(opaque_compiler_type_t type) {
7514
7508
case swift::TypeKind::Tuple:
7515
7509
case swift::TypeKind::TypeVariable:
7516
7510
case swift::TypeKind::UnboundGeneric:
7517
- case swift::TypeKind::Unresolved:
7518
7511
case swift::TypeKind::VariadicSequence:
7519
7512
return 0 ;
7520
7513
case swift::TypeKind::BuiltinInteger:
@@ -7667,7 +7660,6 @@ llvm::Expected<CompilerType> SwiftASTContext::GetChildCompilerTypeAtIndex(
7667
7660
case swift::TypeKind::SILToken:
7668
7661
case swift::TypeKind::TypeVariable:
7669
7662
case swift::TypeKind::UnboundGeneric:
7670
- case swift::TypeKind::Unresolved:
7671
7663
case swift::TypeKind::VariadicSequence:
7672
7664
break ;
7673
7665
@@ -8063,7 +8055,6 @@ size_t SwiftASTContext::GetIndexOfChildMemberWithName(
8063
8055
case swift::TypeKind::SILToken:
8064
8056
case swift::TypeKind::TypeVariable:
8065
8057
case swift::TypeKind::UnboundGeneric:
8066
- case swift::TypeKind::Unresolved:
8067
8058
case swift::TypeKind::VariadicSequence:
8068
8059
break ;
8069
8060
@@ -8456,7 +8447,6 @@ bool SwiftASTContext::DumpTypeValue(
8456
8447
case swift::TypeKind::Tuple:
8457
8448
case swift::TypeKind::TypeVariable:
8458
8449
case swift::TypeKind::UnboundGeneric:
8459
- case swift::TypeKind::Unresolved:
8460
8450
case swift::TypeKind::VariadicSequence:
8461
8451
break ;
8462
8452
0 commit comments