forked from julasamer/swift-compiler-crashes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswift-namespace-members.txt
770 lines (770 loc) · 26.8 KB
/
swift-namespace-members.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
swift::ASTContext
swift::ASTContext::createTrivialSubstitutions
swift::ASTContext::getConformance
swift::ASTContext::getConformsTo
swift::ASTContext::getDictionaryDecl
swift::ASTContext::getDictionaryUpCast
swift::ASTContext::getIdentifier
swift::ASTContext::getImplicitlyUnwrappedOptionalDecl
swift::ASTContext::getOptionalDecl
swift::ASTContext::getProtocol
swift::ASTContext::getSpecializedConformance
swift::ASTContext::setConformsTo
swift::ASTNode
swift::ASTPrinter
swift::ASTPrinter::printName
swift::ASTPrinter::printTextImpl
swift::ASTVisitor
swift::ASTWalker
swift::AbstractClosureExpr
swift::AbstractFunctionDecl
swift::AbstractFunctionDecl::getImplicitSelfDecl
swift::AbstractStorageDecl
swift::AbstractStorageDecl::makeComputed
swift::AbstractStorageDecl::makeStoredWithTrivialAccessors
swift::AbstractStorageDecl::setInvalidBracesRange
swift::AbstractTypeParamDecl
swift::AccessKind
swift::Accessibility
swift::AllocationArena
swift::AnyFunctionRef
swift::AnyFunctionType
swift::AnyFunctionType::ExtInfo
swift::AnyFunctionType::Representation
swift::AnyMetatypeType
swift::ApplyExpr
swift::ApplyInst
swift::ArchetypeBuilder
swift::ArchetypeBuilder::InferRequirementsWalker::walkToTypePost
swift::ArchetypeBuilder::PotentialArchetype
swift::ArchetypeBuilder::addConformanceRequirement
swift::ArchetypeBuilder::addGenericParameter
swift::ArchetypeBuilder::addRequirement
swift::ArchetypeBuilder::addSameTypeRequirement
swift::ArchetypeBuilder::inferRequirements
swift::ArchetypeBuilder::mapTypeIntoContext
swift::ArchetypeBuilder::resolveArchetype
swift::ArchetypeBuilder::substDependentType
swift::ArchetypeBuilder::~ArchetypeBuilder
swift::ArchetypeType
swift::ArchetypeType::getFullName
swift::ArchetypeType::getNestedType
swift::ArchetypeType::getNew
swift::ArchetypeType::hasNestedType
swift::ArchetypeType::setNestedTypes
swift::ArraySliceType
swift::ArraySliceType::get
swift::AssociatedTypeDecl
swift::AssociatedTypeDecl::AssociatedTypeDecl
swift::AssociatedTypeDecl::getDefaultDefinitionLoc
swift::AvailabilityAttr::createUnavailableAttr
swift::AvailabilityAttr::isUnavailable
swift::BoundGenericType
swift::BoundGenericType::get
swift::BraceItemListKind
swift::BraceStmt
swift::BraceStmt::create
swift::BuiltinUnit
swift::BuiltinUnit::LookupCache::lookupValue
swift::CanType
swift::CanTypeVisitor
swift::CanTypeWrapper
swift::CaptureListEntry
swift::ClangDiagnosticConsumer::HandleDiagnostic
swift::ClangImporter
swift::ClangImporter::Implementation::createDeclWithClangNode
swift::ClangImporter::Implementation::finishLoadingClangModule
swift::ClangImporter::Implementation::getAPINotesForContext
swift::ClangImporter::Implementation::getAPINotesForModule
swift::ClangImporter::Implementation::getKnownObjCContext
swift::ClangImporter::Implementation::importDeclAndCacheImpl
swift::ClangImporter::Implementation::importDeclImpl
swift::ClangImporter::Implementation::importName
swift::ClangImporter::Implementation::loadAllMembers
swift::ClangImporter::loadExtensions
swift::ClangImporter::loadModule
swift::ClangImporter::lookupValue
swift::ClangModuleUnit::getAdapterModule
swift::ClangModuleUnit::getImportedModules
swift::ClangNode
swift::ClassDecl
swift::ClassDecl::ClassDecl
swift::ClassType
swift::ClassType::ClassType
swift::ClassType::get
swift::ClosureExpr
swift::CompilerInstance
swift::CompilerInstance::performSema
swift::CompilerInstance::setup
swift::CompilerInvocation
swift::CompilerInvocation::parseArgs
swift::CompleteGenericTypeResolver::resolveDependentMemberType
swift::CompleteGenericTypeResolver::resolveGenericTypeParamType
swift::ComponentIdentTypeRepr
swift::ComponentIdentTypeRepr::printImpl
swift::ConcreteDeclRef
swift::ConstructorDecl
swift::ConstructorDecl::ConstructorDecl
swift::ConstructorDecl::getDelegatingOrChainedInitKind
swift::CtorInitializerKind
swift::Decl
swift::Decl::getRawComment
swift::Decl::getSourceRange
swift::Decl::operator
swift::Decl::print
swift::DeclAttrKind
swift::DeclAttribute
swift::DeclAttributes
swift::DeclContext
swift::DeclContext::isClassOrClassExtensionContext
swift::DeclContext::lookupQualified
swift::DeclIterator
swift::DeclKind
swift::DeclName
swift::DeclName::CompoundDeclName
swift::DeclName::DeclName
swift::DeclName::addToLookupTable
swift::DeclName::printPretty
swift::DeclRefExpr::setSpecialized
swift::DeclVisibilityKind
swift::DelayedParsingCallbacks
swift::Demangle::DemangleOptions
swift::Demangle::Node
swift::Demangle::demangleSymbolAsNode
swift::DependencyFileGenerator::writeToStream
swift::DependentMemberType::get
swift::DerivedConformance::deriveEquatable
swift::DestructorDecl
swift::Diag
swift::Diagnostic
swift::DiagnosticArgument
swift::DiagnosticEngine
swift::DiagnosticEngine::diagnose
swift::DiagnosticEngine::flushActiveDiagnostic
swift::DiagnosticInfo
swift::DiagnosticKind
swift::DictionaryType::get
swift::EnumDecl
swift::EnumDecl::isSimpleEnum
swift::EnumType
swift::EnumType::get
swift::Expr
swift::Expr::getLoc
swift::Expr::getSourceRange
swift::Expr::walk
swift::ExprHandle
swift::ExprPattern
swift::ExprTypeCheckListener
swift::ExtensionDecl
swift::ExtensionDecl::RefComponent
swift::ExtensionDecl::create
swift::ExtensionDecl::getMembers
swift::FileUnit
swift::FileUnit::forAllVisibleModules
swift::Fixnum
swift::ForDefinition_t
swift::ForEachStmt
swift::ForStmt::getSourceRange
swift::FreeTypeVariableBinding
swift::FuncDecl
swift::FuncDecl::FuncDecl
swift::FuncDecl::create
swift::FuncDecl::getDynamicSelf
swift::FuncDecl::getObjCSelector
swift::FuncDecl::isUnaryOperator
swift::FuncDecl::setDeserializedSignature
swift::FunctionType
swift::FunctionType::get
swift::FunctionTypeRepr
swift::GenericFunctionType
swift::GenericFunctionType::get
swift::GenericParamList
swift::GenericParamList::addNestedArchetypes
swift::GenericParamList::create
swift::GenericParamList::deriveAllArchetypes
swift::GenericParamList::getAllArchetypes
swift::GenericParamList::getAsCanonicalGenericSignature
swift::GenericParamList::getSubstitutionMap
swift::GenericSignature
swift::GenericSignature::Profile
swift::GenericSignature::get
swift::GenericSignature::getCanonical
swift::GenericTypeParamDecl
swift::GenericTypeParamDecl::GenericTypeParamDecl
swift::GenericTypeParamType
swift::GenericTypeParamType::get
swift::GenericTypeResolver
swift::GenericTypeResolver::~GenericTypeResolver
swift::GenericTypeToArchetypeResolver::resolveGenericTypeParamType
swift::IRGenOptions
swift::IdentTypeRepr
swift::IdentTypeRepr::create
swift::Identifier
swift::ImplicitlyUnwrappedOptionalType::get
swift::ImportDecl::findBestImportKind
swift::InFlightDiagnostic
swift::InFlightDiagnostic::fixItReplaceChars
swift::InFlightDiagnostic::highlight
swift::InOutType::get
swift::InfixOperatorDecl
swift::IntegerLiteralExpr::getValue
swift::IterableDeclContext::getMembers
swift::IterableDeclContext::loadAllMembers
swift::IteratorRange
swift::KnownProtocolKind
swift::LabeledStmtInfo
swift::LangOptions
swift::LangOptions::getTargetConfigOption
swift::LazyMemberLoader
swift::LazyResolver
swift::Lexer
swift::Lexer::getEncodedStringSegment
swift::Lexer::getLocForEndOfToken
swift::Lexer::getTokenAt
swift::Lexer::lexIdentifier
swift::Lexer::lexImpl
swift::Lexer::lexNumber
swift::Lexer::lexOperatorIdentifier
swift::Lexer::lexStringLiteral
swift::Lexer::lexUnicodeEscape
swift::LiteralExpr
swift::LoadInst
swift::Lowering::AbstractionPattern
swift::Lowering::HasInOutSelfAbstractionDifference_t
swift::Lowering::Initialization
swift::Lowering::IsFreeFunctionWitness_t
swift::Lowering::ManagedValue
swift::Lowering::RValue
swift::Lowering::RValueSource
swift::Lowering::SGFContext
swift::Lowering::SILConstantInfo
swift::Lowering::SILGenFunction
swift::Lowering::SILGenFunction::emitApplyExpr
swift::Lowering::SILGenFunction::emitClassConstructorAllocator
swift::Lowering::SILGenFunction::emitClosureValue
swift::Lowering::SILGenFunction::emitCurryThunk
swift::Lowering::SILGenFunction::emitExprInto
swift::Lowering::SILGenFunction::emitFunction
swift::Lowering::SILGenFunction::emitGeneratorFunction
swift::Lowering::SILGenFunction::emitGlobalFunctionRef
swift::Lowering::SILGenFunction::emitIgnoredExpr
swift::Lowering::SILGenFunction::emitLazyGlobalInitializer
swift::Lowering::SILGenFunction::emitManagedBufferWithCleanup
swift::Lowering::SILGenFunction::emitProlog
swift::Lowering::SILGenFunction::emitProtocolWitness
swift::Lowering::SILGenFunction::emitRValue
swift::Lowering::SILGenFunction::emitRValueAsSingleValue
swift::Lowering::SILGenFunction::emitRValueForDecl
swift::Lowering::SILGenFunction::emitRValueForPropertyLoad
swift::Lowering::SILGenFunction::emitReturnExpr
swift::Lowering::SILGenFunction::visitBraceStmt
swift::Lowering::SILGenFunction::visitForEachStmt
swift::Lowering::SILGenFunction::visitFuncDecl
swift::Lowering::SILGenFunction::visitNominalTypeDecl
swift::Lowering::SILGenFunction::visitPatternBindingDecl
swift::Lowering::SILGenModule::emitAbstractFuncDecl
swift::Lowering::SILGenModule::emitClosure
swift::Lowering::SILGenModule::emitConstructor
swift::Lowering::SILGenModule::emitCurryThunk
swift::Lowering::SILGenModule::emitDefaultArgGenerators
swift::Lowering::SILGenModule::emitFunction
swift::Lowering::SILGenModule::emitGlobalInitialization
swift::Lowering::SILGenModule::emitLazyGlobalInitializer
swift::Lowering::SILGenModule::emitProtocolWitness
swift::Lowering::SILGenModule::emitSourceFile
swift::Lowering::SILGenModule::getFunction
swift::Lowering::SILGenModule::getWitnessTable
swift::Lowering::SILGenModule::preEmitFunction
swift::Lowering::SILGenModule::visitExtensionDecl
swift::Lowering::SILGenModule::visitNominalTypeDecl
swift::Lowering::TypeConverter::TypeKey
swift::Lowering::TypeConverter::getConstantInfo
swift::Lowering::TypeConverter::getLoweredASTFunctionType
swift::Lowering::TypeConverter::getTypeLowering
swift::Lowering::TypeConverter::getTypeLoweringForUncachedLoweredType
swift::Lowering::TypeLowering
swift::Mangle::Mangler::BindGenerics
swift::Mangle::Mangler::mangleIdentifier
swift::Mangle::Mangler::mangleNominalType
swift::Mangle::Mangler::mangleType
swift::Mangle::Mangler::tryMangleStandardSubstitution
swift::Mangle::Mangler::tryMangleSubstitution
swift::Mangle::OperatorFixity
swift::MetatypeRepresentation
swift::MetatypeType
swift::MetatypeType::get
swift::Module
swift::Module::ImportFilter
swift::Module::forAllVisibleModules
swift::Module::lookupConformance
swift::Module::lookupValue
swift::ModuleFile::DeclCommentTableInfo::ReadData
swift::ModuleFile::DeclTableInfo
swift::ModuleFile::ModuleFile
swift::ModuleFile::configureStorage
swift::ModuleFile::getCommentForDecl
swift::ModuleFile::getDecl
swift::ModuleFile::getImportedModules
swift::ModuleFile::getType
swift::ModuleFile::loadAllMembers
swift::ModuleFile::loadExtensions
swift::ModuleFile::lookupValue
swift::ModuleFile::maybeReadConformance
swift::ModuleFile::maybeReadGenericParams
swift::ModuleFile::maybeReadPattern
swift::ModuleFile::maybeReadSubstitution
swift::ModuleFile::readMembers
swift::ModuleFile::readReferencedConformance
swift::ModuleFile::resolveCrossReference
swift::NLKind
swift::NestedGenericParamListIterator
swift::NominalType::get
swift::NominalTypeDecl
swift::NominalTypeDecl::ToStoredProperty
swift::NominalTypeDecl::classifyAsOptionalType
swift::NominalTypeDecl::computeInterfaceType
swift::NominalTypeDecl::computeType
swift::NominalTypeDecl::getDeclaredTypeInContext
swift::NominalTypeDecl::getExtensions
swift::NominalTypeDecl::getMembers
swift::NominalTypeDecl::getProtocols
swift::NominalTypeDecl::lookupDirect
swift::NominalTypeDecl::prepareLookupTable
swift::NormalProtocolConformance
swift::NormalProtocolConformance::setTypeWitness
swift::ObjCAttr::createUnnamedImplicit
swift::ObjCReason
swift::ObjCSelector
swift::OptionSet
swift::Optional
swift::OptionalTransformRange
swift::OptionalType
swift::OptionalType::get
swift::OptionalTypeKind
swift::OverloadedBuiltinKind
swift::ParenType::get
swift::Parser
swift::Parser::DefaultArgumentInfo
swift::Parser::ParameterContextKind
swift::Parser::ParseDeclFlags
swift::Parser::ParsedAccessors
swift::Parser::ParsedAccessors::record
swift::Parser::ParsedParameter
swift::Parser::canParseType
swift::Parser::consumeToken
swift::Parser::createBindingFromPattern
swift::Parser::diagnose
swift::Parser::diagnoseRedefinition
swift::Parser::isStartOfDecl
swift::Parser::parseBraceItemList
swift::Parser::parseBraceItems
swift::Parser::parseClosureSignatureIfPresent
swift::Parser::parseConstructorArguments
swift::Parser::parseDecl
swift::Parser::parseDeclClass
swift::Parser::parseDeclDeinit
swift::Parser::parseDeclEnum
swift::Parser::parseDeclEnumCase
swift::Parser::parseDeclExtension
swift::Parser::parseDeclFunc
swift::Parser::parseDeclIfConfig
swift::Parser::parseDeclImport
swift::Parser::parseDeclInit
swift::Parser::parseDeclProtocol
swift::Parser::parseDeclStruct
swift::Parser::parseDeclSubscript
swift::Parser::parseDeclTypeAlias
swift::Parser::parseDeclVar
swift::Parser::parseDeclVarGetSet
swift::Parser::parseExprArray
swift::Parser::parseExprCallSuffix
swift::Parser::parseExprClosure
swift::Parser::parseExprCollection
swift::Parser::parseExprDictionary
swift::Parser::parseExprIdentifier
swift::Parser::parseExprImpl
swift::Parser::parseExprList
swift::Parser::parseExprOrStmt
swift::Parser::parseExprPostfix
swift::Parser::parseExprSequence
swift::Parser::parseExprUnary
swift::Parser::parseFunctionArguments
swift::Parser::parseFunctionSignature
swift::Parser::parseGenericArguments
swift::Parser::parseGenericParameters
swift::Parser::parseGetSetImpl
swift::Parser::parseIdentifier
swift::Parser::parseInheritance
swift::Parser::parseLineDirective
swift::Parser::parseList
swift::Parser::parseMatchingPattern
swift::Parser::parseMatchingPatternVarOrVal
swift::Parser::parseMatchingToken
swift::Parser::parseNewDeclAttribute
swift::Parser::parseNominalDeclMembers
swift::Parser::parseParameterClause
swift::Parser::parsePattern
swift::Parser::parsePatternAtom
swift::Parser::parsePatternTupleAfterLP
swift::Parser::parseStmt
swift::Parser::parseStmtCase
swift::Parser::parseStmtCondition
swift::Parser::parseStmtForCStyle
swift::Parser::parseStmtForEach
swift::Parser::parseStmtIf
swift::Parser::parseStmtReturn
swift::Parser::parseStmtSwitch
swift::Parser::parseToken
swift::Parser::parseTopLevel
swift::Parser::parseType
swift::Parser::parseTypeAttribute
swift::Parser::parseTypeIdentifier
swift::Parser::parseTypeSimple
swift::Parser::parseTypeTupleBody
swift::Parser::parseVersionTuple
swift::Parser::skipSingle
swift::Parser::skipUntilGreaterInTypeList
swift::ParserResult
swift::ParserStatus
swift::PartialGenericTypeToArchetypeResolver
swift::PartialGenericTypeToArchetypeResolver::resolveGenericTypeParamType
swift::Pattern
swift::Pattern::forEachVariable
swift::Pattern::operator
swift::PatternBindingDecl
swift::PatternBindingDecl::hasStorage
swift::PersistentParserState
swift::PlatformKind
swift::PolymorphicFunctionType::get
swift::PrettyStackTraceExpr::print
swift::PrintOptions
swift::PrintingDiagnosticConsumer::handleDiagnostic
swift::ProtocolCompositionType::build
swift::ProtocolCompositionTypeRepr::create
swift::ProtocolConformance
swift::ProtocolConformanceState
swift::ProtocolDecl
swift::ProtocolDecl::requiresClassSlow
swift::ProtocolType
swift::ProtocolType::canonicalizeProtocols
swift::Range
swift::RawComment
swift::RecursiveTypeProperties
swift::Requirement
swift::RequirementRepr
swift::RequirementRepr::print
swift::ResilienceExpansion
swift::RunImmediately
swift::SILBasicBlock
swift::SILCombiner::visitApplyInst
swift::SILCombiner::visitLoadInst
swift::SILCombiner::visitUncheckedAddrCastInst
swift::SILCombiner::visitUncheckedTrivialBitCastInst
swift::SILDeclRef
swift::SILDeserializer::getBBForDefinition
swift::SILDeserializer::getBBForReference
swift::SILDeserializer::readSILInstruction
swift::SILFunction
swift::SILFunctionType
swift::SILFunctionType::substGenericArgs
swift::SILLinkage
swift::SILLocation
swift::SILModule
swift::SILModule::constructSIL
swift::SILOptions
swift::SILParserState
swift::SILType
swift::SILValue
swift::SILVisitor
swift::ScopeInfo::addToScope
swift::SequenceExpr::create
swift::SerializedASTFile::getCommentForDecl
swift::SourceFile
swift::SourceFile::getCache
swift::SourceLoc
swift::SourceManager
swift::SourceManager::GetMessage
swift::SourceManager::addNewSourceBuffer
swift::SourceRange
swift::StaticSpellingKind
swift::Stmt
swift::StreamPrinter::printText
swift::StringLiteralExpr::StringLiteralExpr
swift::StructDecl
swift::StructType
swift::StructType::get
swift::SubstTypeVisitor
swift::SubstitutableType
swift::SubstitutedType::get
swift::Substitution
swift::Token
swift::TopLevelCodeDecl
swift::TopLevelContext
swift::TupleExpr::create
swift::TuplePattern::create
swift::TuplePattern::createSimple
swift::TuplePatternElt
swift::TupleType
swift::TupleType::get
swift::TupleTypeElt
swift::Type
swift::Type::findIf
swift::Type::getString
swift::Type::print
swift::Type::subst
swift::Type::transform
swift::Type::walk
swift::TypeAliasDecl
swift::TypeAliasDecl::TypeAliasDecl
swift::TypeAttributes
swift::TypeBase
swift::TypeBase::gatherAllSubstitutions
swift::TypeBase::getAnyOptionalObjectType
swift::TypeBase::getCanonicalType
swift::TypeBase::getDesugaredType
swift::TypeBase::getRelabeledType
swift::TypeBase::getSuperclass
swift::TypeBase::getTypeOfMember
swift::TypeBase::getTypeVariables
swift::TypeBase::hasReferenceSemantics
swift::TypeBase::isAnyClassReferenceType
swift::TypeBase::isEqual
swift::TypeBase::isExistentialType
swift::TypeBase::isSpecialized
swift::TypeBase::isUnspecializedGeneric
swift::TypeBase::operator
swift::TypeChecker
swift::TypeChecker::LocalFunctionCapture
swift::TypeChecker::addImplicitConstructors
swift::TypeChecker::addImplicitDestructor
swift::TypeChecker::applyGenericArguments
swift::TypeChecker::buildArrayInjectionFnRef
swift::TypeChecker::callWitness
swift::TypeChecker::checkDeclAttributes
swift::TypeChecker::checkDeclAttributesEarly
swift::TypeChecker::checkInheritanceClause
swift::TypeChecker::checkSubstitutions
swift::TypeChecker::coercePatternToType
swift::TypeChecker::computeCaptures
swift::TypeChecker::conformsToProtocol
swift::TypeChecker::constructCallToSuperInit
swift::TypeChecker::convertToType
swift::TypeChecker::createArchetypeBuilder
swift::TypeChecker::defineDefaultConstructor
swift::TypeChecker::fillObjCRepresentableTypeCache
swift::TypeChecker::getBridgedToObjC
swift::TypeChecker::getDefaultType
swift::TypeChecker::getInterfaceTypeFromInternalType
swift::TypeChecker::getProtocol
swift::TypeChecker::getTypeOfRValue
swift::TypeChecker::handleExternalDecl
swift::TypeChecker::isRepresentableInObjC
swift::TypeChecker::isSubstitutableFor
swift::TypeChecker::lookupConstructors
swift::TypeChecker::lookupMember
swift::TypeChecker::lookupMemberType
swift::TypeChecker::resolveConformance
swift::TypeChecker::resolveIdentifierType
swift::TypeChecker::resolveImplicitConstructors
swift::TypeChecker::resolveType
swift::TypeChecker::resolveTypeInContext
swift::TypeChecker::substType
swift::TypeChecker::typeCheckAbstractFunctionBody
swift::TypeChecker::typeCheckBinding
swift::TypeChecker::typeCheckCheckedCast
swift::TypeChecker::typeCheckClosureBody
swift::TypeChecker::typeCheckCondition
swift::TypeChecker::typeCheckConstructorBodyUntil
swift::TypeChecker::typeCheckDecl
swift::TypeChecker::typeCheckDestructorBodyUntil
swift::TypeChecker::typeCheckExprPattern
swift::TypeChecker::typeCheckExpression
swift::TypeChecker::typeCheckExpressionShallow
swift::TypeChecker::typeCheckForEachBinding
swift::TypeChecker::typeCheckFunctionBodyUntil
swift::TypeChecker::typeCheckPattern
swift::TypeChecker::typeCheckTopLevelCodeDecl
swift::TypeChecker::validateDecl
swift::TypeChecker::validateExtension
swift::TypeChecker::validateGenericFuncSignature
swift::TypeChecker::validateGenericSignature
swift::TypeChecker::validateGenericTypeSignature
swift::TypeChecker::validateType
swift::TypeDecl
swift::TypeDecl::getDeclaredInterfaceType
swift::TypeDecl::getDeclaredType
swift::TypeExpr::createForDecl
swift::TypeExpr::createImplicitHack
swift::TypeLoc
swift::TypeLoc::getSourceRange
swift::TypeLoc::isError
swift::TypeRepr
swift::TypeRepr::getSourceRange
swift::TypeResolutionFlags
swift::TypeVariableType
swift::TypeVisitor
swift::TypeWalker
swift::TypedPattern
swift::UnboundGenericType::get
swift::UncheckedAddrCastInst
swift::UncheckedTrivialBitCastInst
swift::UnqualifiedLookup::UnqualifiedLookup
swift::UnresolvedDeclRefExpr
swift::ValueBase
swift::ValueDecl
swift::ValueDecl::getInterfaceType
swift::ValueDecl::getOverloadSignature
swift::ValueDecl::overwriteType
swift::ValueDecl::setType
swift::VarDecl
swift::VisibleDeclConsumer
swift::api_notes::APINotesReader::APINotesReader
swift::api_notes::APINotesReader::lookupObjCClass
swift::api_notes::ContextID
swift::api_notes::ObjCContextInfo
swift::camel_case::getFirstWord
swift::constraints::Constraint
swift::constraints::Constraint::create
swift::constraints::Constraint::createBindOverload
swift::constraints::Constraint::createDisjunction
swift::constraints::ConstraintGraph
swift::constraints::ConstraintGraph::Change::undo
swift::constraints::ConstraintGraph::addConstraint
swift::constraints::ConstraintGraph::computeConnectedComponents
swift::constraints::ConstraintGraph::gatherConstraints
swift::constraints::ConstraintGraph::lookupNode
swift::constraints::ConstraintGraph::removeConstraint
swift::constraints::ConstraintGraph::removeNode
swift::constraints::ConstraintGraph::unbindTypeVariable
swift::constraints::ConstraintGraphNode
swift::constraints::ConstraintGraphNode::addConstraint
swift::constraints::ConstraintGraphNode::getAdjacency
swift::constraints::ConstraintGraphNode::print
swift::constraints::ConstraintGraphScope::~ConstraintGraphScope
swift::constraints::ConstraintKind
swift::constraints::ConstraintLocator
swift::constraints::ConstraintLocator::PathElement
swift::constraints::ConstraintLocator::Profile
swift::constraints::ConstraintLocatorBuilder
swift::constraints::ConstraintLocatorBuilder::trySimplifyToExpr
swift::constraints::ConstraintSystem
swift::constraints::ConstraintSystem::ConstraintSystem
swift::constraints::ConstraintSystem::SolverScope::~SolverScope
swift::constraints::ConstraintSystem::addConstraint
swift::constraints::ConstraintSystem::addOverloadSet
swift::constraints::ConstraintSystem::addTypeVariableConstraintsToWorkList
swift::constraints::ConstraintSystem::applySolution
swift::constraints::ConstraintSystem::assignFixedType
swift::constraints::ConstraintSystem::compareSolutions
swift::constraints::ConstraintSystem::computeAssignDestType
swift::constraints::ConstraintSystem::diagnoseFailureFromConstraints
swift::constraints::ConstraintSystem::dump
swift::constraints::ConstraintSystem::finalize
swift::constraints::ConstraintSystem::findBestSolution
swift::constraints::ConstraintSystem::generateConstraints
swift::constraints::ConstraintSystem::getConstraintLocator
swift::constraints::ConstraintSystem::getFixedTypeRecursive
swift::constraints::ConstraintSystem::getTypeOfMemberReference
swift::constraints::ConstraintSystem::getTypeOfReference
swift::constraints::ConstraintSystem::lookThroughImplicitlyUnwrappedOptionalType
swift::constraints::ConstraintSystem::lookupMember
swift::constraints::ConstraintSystem::matchDeepEqualityTypes
swift::constraints::ConstraintSystem::matchFunctionTypes
swift::constraints::ConstraintSystem::matchTupleTypes
swift::constraints::ConstraintSystem::matchTypes
swift::constraints::ConstraintSystem::mergeEquivalenceClasses
swift::constraints::ConstraintSystem::openGeneric
swift::constraints::ConstraintSystem::openType
swift::constraints::ConstraintSystem::recordFailure
swift::constraints::ConstraintSystem::recordFailureSimplified
swift::constraints::ConstraintSystem::resolveOverload
swift::constraints::ConstraintSystem::salvage
swift::constraints::ConstraintSystem::simplify
swift::constraints::ConstraintSystem::simplifyApplicableFnConstraint
swift::constraints::ConstraintSystem::simplifyCheckedCastConstraint
swift::constraints::ConstraintSystem::simplifyClassConstraint
swift::constraints::ConstraintSystem::simplifyConformsToConstraint
swift::constraints::ConstraintSystem::simplifyConstraint
swift::constraints::ConstraintSystem::simplifyConstructionConstraint
swift::constraints::ConstraintSystem::simplifyFixConstraint
swift::constraints::ConstraintSystem::simplifyMemberConstraint
swift::constraints::ConstraintSystem::simplifyOptionalObjectConstraint
swift::constraints::ConstraintSystem::simplifyRestrictedConstraint
swift::constraints::ConstraintSystem::simplifyType
swift::constraints::ConstraintSystem::solve
swift::constraints::ConstraintSystem::solveSimplified
swift::constraints::ConstraintSystem::~ConstraintSystem
swift::constraints::ConstraintSystemFlags
swift::constraints::ConversionRestrictionKind
swift::constraints::DependentTypeOpener
swift::constraints::Failure
swift::constraints::Failure::FailureKind
swift::constraints::Failure::Profile
swift::constraints::Failure::dump
swift::constraints::Fix
swift::constraints::MatchCallArgumentListener
swift::constraints::OverloadChoice
swift::constraints::RememberChoice_t
swift::constraints::ResolvedOverloadSetListItem
swift::constraints::Solution
swift::constraints::Solution::Solution
swift::constraints::Solution::coerceToType
swift::constraints::Solution::computeSubstitutions
swift::constraints::Solution::dump
swift::constraints::Solution::simplifyType
swift::constraints::SolutionDiff
swift::constraints::TypeMatchKind
swift::constraints::matchCallArguments
swift::constraints::simplifyLocator
swift::detail::PassArgument
swift::driver::Action
swift::getBuiltinValueDecl
swift::getLLVMIntrinsicID
swift::ide::CodeCompletionCacheImpl::Key
swift::ide::printDeclUSR
swift::irgen::Address
swift::irgen::CallEmission::emitToExplosion
swift::irgen::CallEmission::emitToUnmappedExplosion
swift::irgen::DebugTypeInfo
swift::irgen::Explosion
swift::irgen::IRGenFunction
swift::irgen::IRGenFunction::bindArchetype
swift::irgen::IRGenFunction::emitTypeMetadataRef
swift::irgen::IRGenFunction::emitTypeMetadataRefForLayout
swift::irgen::IRGenModule
swift::irgen::IRGenModule::createNominalType
swift::irgen::IRGenModule::emitGlobalTopLevel
swift::irgen::IRGenModule::emitLazyDefinitions
swift::irgen::IRGenModule::emitSILFunction
swift::irgen::IRGenModule::emitSourceFile
swift::irgen::IRGenModule::emitStructDecl
swift::irgen::IRGenModule::getAddrOfValueWitnessTable
swift::irgen::IRGenModule::getTypeInfo
swift::irgen::LinkEntity
swift::irgen::LinkEntity::mangle
swift::irgen::TypeConverter::convertAnyNominalType
swift::irgen::TypeConverter::convertStructType
swift::irgen::TypeConverter::convertType
swift::irgen::TypeConverter::getTypeEntry
swift::irgen::emitBuiltinCall
swift::irgen::emitClassExistentialProjection
swift::irgen::emitEnumMetadata
swift::irgen::emitMetatypeRef
swift::irgen::emitOpaqueExistentialContainerUpcast
swift::irgen::emitPolymorphicArguments
swift::irgen::emitPolymorphicParametersForGenericValueWitness
swift::irgen::emitStructMetadata
swift::irgen::emitValueWitnessTable
swift::isPlatformActive
swift::namelookup::ResolutionKind
swift::namelookup::lookupInModule
swift::namelookup::lookupVisibleDeclsInModule
swift::parseIntoSourceFile
swift::performIRGeneration
swift::performSILGeneration
swift::performTypeChecking
swift::removeShadowedDecls
swift::resolvePotentialArchetypeToType
swift::serialization::Serializer::writeBlockInfoBlock
swift::tok
swift::verifyDiagnostics