forked from julasamer/swift-compiler-crashes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswift-compiler-functions-covered-with-signatures.txt
858 lines (858 loc) · 105 KB
/
swift-compiler-functions-covered-with-signatures.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
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
1 (anonymous namespace)::ARM64FastISel::TargetMaterializeConstant(llvm::Constant const*)
3 (anonymous namespace)::ArgEmitter::emit(swift::Lowering::RValueSource&&, swift::Lowering::AbstractionPattern)
2 (anonymous namespace)::ArgEmitter::emitExpanded(swift::Lowering::RValueSource&&, swift::Lowering::AbstractionPattern)
1 (anonymous namespace)::ArgumentForwardVisitor::makeArgument(swift::Type, swift::VarDecl*)
1 (anonymous namespace)::AttributeEarlyChecker::visitMutationAttr(swift::DeclAttribute*)
1 (anonymous namespace)::CFGSimplifyPass::runOnFunction(llvm::Function&)
2 (anonymous namespace)::CallEmission::apply(swift::Lowering::SGFContext)
3 (anonymous namespace)::ConformanceChecker::resolveTypeWitnessViaDefault(swift::AssociatedTypeDecl*)
32 (anonymous namespace)::ConformanceChecker::resolveTypeWitnessViaLookup(swift::AssociatedTypeDecl*)
10 (anonymous namespace)::ConformanceChecker::resolveWitnessViaDerivation(swift::ValueDecl*)
135 (anonymous namespace)::ConformanceChecker::resolveWitnessViaLookup(swift::ValueDecl*)
10 (anonymous namespace)::ConstraintGenerator::addMemberRefConstraints(swift::Expr*, swift::Expr*, swift::ValueDecl*)
13 (anonymous namespace)::ConstraintGenerator::getTypeForPattern(swift::Pattern*, bool, swift::constraints::ConstraintLocatorBuilder)
287 (anonymous namespace)::ConstraintGenerator::visitApplyExpr(swift::ApplyExpr*)
1566 (anonymous namespace)::ConstraintWalker::walkToExprPost(swift::Expr*)
1 (anonymous namespace)::DebuggerContextChange::DebuggerContextChange(swift::Parser&, swift::Identifier&, swift::DeclKind)
1 (anonymous namespace)::DeclChecker::adjustSuperclassMemberDeclType(swift::TypeChecker&, swift::ValueDecl const*, swift::Type)
9 (anonymous namespace)::DeclChecker::checkDynamicSelfReturn(swift::FuncDecl*, swift::TypeRepr*, unsigned int)
13 (anonymous namespace)::DeclChecker::checkOverrides(swift::TypeChecker&, swift::ValueDecl*)
14 (anonymous namespace)::DeclChecker::checkUnsupportedNestedGeneric(swift::NominalTypeDecl*)
1 (anonymous namespace)::DeclChecker::recordOverride(swift::TypeChecker&, swift::ValueDecl*, swift::ValueDecl*)
61 (anonymous namespace)::DeclChecker::validateAncestorProtocols(llvm::ArrayRef<swift::ProtocolDecl*>)
147 (anonymous namespace)::DeclChecker::visitAssociatedTypeDecl(swift::AssociatedTypeDecl*)
1 (anonymous namespace)::DestructureInputs::visitType(swift::CanType, swift::CanType)
1 (anonymous namespace)::EmitPolymorphicParameters::emitWithSourceBound(swift::irgen::Explosion&)
1 (anonymous namespace)::EmitTypeMetadataRef::visitAnyMetatypeType(swift::CanTypeWrapper<swift::AnyMetatypeType>)
16 (anonymous namespace)::ExprRewriter::applyMemberRefExpr(swift::Expr*, swift::Expr*, swift::SourceLoc, swift::SourceLoc, bool)
45 (anonymous namespace)::ExprRewriter::buildMemberRef(swift::Expr*, swift::Type, swift::SourceLoc, swift::ValueDecl*, swift::SourceLoc, swift::Type, swift::constraints::ConstraintLocatorBuilder, bool, swift::AccessKind)
30 (anonymous namespace)::ExprRewriter::coerceCallArguments(swift::Expr*, swift::Type, swift::constraints::ConstraintLocatorBuilder)
1 (anonymous namespace)::ExprRewriter::coerceToType(swift::Expr*, swift::Type, swift::constraints::ConstraintLocatorBuilder)
67 (anonymous namespace)::ExprRewriter::finishApply(swift::ApplyExpr*, swift::Type, swift::constraints::ConstraintLocatorBuilder)
31 (anonymous namespace)::ExprRewriter::visitApplyExpr(swift::ApplyExpr*)
1 (anonymous namespace)::GCMachineCodeAnalysis::runOnMachineFunction(llvm::MachineFunction&)
1 (anonymous namespace)::GlobalsModRef::alias(llvm::AliasAnalysis::Location const&, llvm::AliasAnalysis::Location const&)
2 (anonymous namespace)::LowerType::visitAnyEnumType(swift::CanType, swift::EnumDecl*)
4 (anonymous namespace)::LowerType::visitAnyStructType(swift::CanType, swift::StructDecl*)
1 (anonymous namespace)::NodePrinter::print(std::__1::shared_ptr<swift::Demangle::Node>, bool, bool)
1 (anonymous namespace)::NominalTypeDescriptorBuilderBase<(anonymous namespace)::StructNominalTypeDescriptorBuilder>::emit()
1 (anonymous namespace)::ObjCPrinter::printAbstractFunction(swift::AbstractFunctionDecl*, bool)
1 (anonymous namespace)::OpaqueArchetypeTypeInfo::destroy(swift::irgen::IRGenFunction&, swift::irgen::Address, swift::SILType) const
1 (anonymous namespace)::OverrideFilteringConsumer::foundDecl(swift::ValueDecl*, swift::DeclVisibilityKind)
21 (anonymous namespace)::PreCheckExpression::walkToExprPost(swift::Expr*)
1031 (anonymous namespace)::PreCheckExpression::walkToExprPre(swift::Expr*)
2 (anonymous namespace)::PrintAST::printMembers(swift::IteratorRange<swift::DeclIterator>, bool)
2 (anonymous namespace)::RValueEmitter::visitAbstractClosureExpr(swift::AbstractClosureExpr*, swift::Lowering::SGFContext)
11 (anonymous namespace)::RawMemoryObject::readBytes(unsigned long long, unsigned long long, unsigned char*) const
2 (anonymous namespace)::RawValueKey::RawValueKey(swift::LiteralExpr*)
207 (anonymous namespace)::ReplaceDependentTypes::operator()(swift::Type)
3 (anonymous namespace)::SILGenApply::visitApplyExpr(swift::ApplyExpr*)
2 (anonymous namespace)::SILGenApply::visitExpr(swift::Expr*)
3 (anonymous namespace)::SILGenConformance::emitFuncEntry(swift::FuncDecl*, swift::ValueDecl*, llvm::ArrayRef<swift::Substitution>)
1 (anonymous namespace)::SimplifyCFGOpt::run(llvm::BasicBlock*)
5 (anonymous namespace)::SwiftDeclConverter::VisitObjCMethodDecl(clang::ObjCMethodDecl const*, swift::DeclContext*, bool)
4 (anonymous namespace)::SwiftDeclConverter::VisitObjCPropertyDecl(clang::ObjCPropertyDecl const*, swift::DeclContext*)
6 (anonymous namespace)::SwiftDeclConverter::importConstructor(clang::ObjCMethodDecl const*, swift::DeclContext*, bool, swift::Optional<swift::CtorInitializerKind>, bool)
21 (anonymous namespace)::SwiftDeclConverter::importConstructor(clang::ObjCMethodDecl const*, swift::DeclContext*, bool, swift::Optional<swift::CtorInitializerKind>, bool, swift::ObjCSelector, swift::DeclName, llvm::ArrayRef<clang::ParmVarDecl const*>, bool, bool&)
1 (anonymous namespace)::SwiftDeclConverter::importInheritedConstructors(swift::ClassDecl*, llvm::SmallVectorImpl<swift::Decl*>&)::'lambda'(swift::IteratorRange<swift::DeclIterator>, swift::Optional<swift::CtorInitializerKind>)::operator()(swift::IteratorRange<swift::DeclIterator>, swift::Optional<swift::CtorInitializerKind>) const
1 (anonymous namespace)::ThreadSafetyAnalyzer::runAnalysis(clang::AnalysisDeclContext&)
2320 (anonymous namespace)::Traversal::visit(swift::Expr*)
39 (anonymous namespace)::TypeResolver::resolveASTFunctionType(swift::FunctionTypeRepr*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, swift::AnyFunctionType::ExtInfo)
2 (anonymous namespace)::TypeResolver::resolveSILParameter(swift::TypeRepr*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>)
12443 (anonymous namespace)::TypeResolver::resolveType(swift::TypeRepr*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>)
1 (anonymous namespace)::X86DAGToDAGISel::CheckNodePredicate(llvm::SDNode*, unsigned int) const
1 (anonymous namespace)::buildFieldTypeAccessorFn(swift::irgen::IRGenModule&, swift::NominalTypeDecl*, swift::OptionalTransformRange<swift::IteratorRange<swift::DeclIterator>, swift::NominalTypeDecl::ToStoredProperty>)
2 LoweredTypeKind swift::CanTypeVisitor<(anonymous namespace)::TypeClassifier, LoweredTypeKind>::visit<>(swift::CanType)
4 NaNL
1 SILGenExtension::emitExtension(swift::ExtensionDecl*)
9 SILGenType::emitType()
2 _load_method_type
7 addAccessorsToStoredVar(swift::AbstractStorageDecl*, swift::TypeChecker&)
1 addContextParamsAndRequirements(swift::ArchetypeBuilder&, swift::DeclContext*)
1 addMaterializeForSet(swift::AbstractStorageDecl*, swift::TypeChecker&)
1 addNestedRequirements(swift::Module&, swift::Type, swift::ArchetypeBuilder::PotentialArchetype*, llvm::SmallPtrSet<swift::ArchetypeBuilder::PotentialArchetype*, 16u>&, llvm::SmallVectorImpl<swift::Requirement>&)
2 addProtocols(swift::Type, llvm::SmallVectorImpl<swift::ProtocolDecl*>&)
1 addValueWitnessesForAbstractType(swift::irgen::IRGenModule&, swift::CanType, llvm::SmallVectorImpl<llvm::Constant*>&)
447 applyGenericTypeReprArgs(swift::TypeChecker&, swift::Type, swift::SourceLoc, swift::DeclContext*, llvm::ArrayRef<swift::TypeRepr*>, swift::GenericTypeResolver*)
4 bool llvm::DenseMapBase<llvm::SmallDenseMap<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>, llvm::TinyPtrVector<swift::ValueDecl*>, 32u, llvm::DenseMapInfo<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> > >, std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>, llvm::TinyPtrVector<swift::ValueDecl*>, llvm::DenseMapInfo<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> > >::LookupBucketFor<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> >(std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> const&, std::__1::pair<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>, llvm::TinyPtrVector<swift::ValueDecl*> > const*
2 bool std::__1::__insertion_sort_incomplete<std::__1::__less<std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&, std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*>(std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*, std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*, std::__1::__less<std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::pair<char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&)
1 bool swift::Parser::parseIdentifier<>(swift::Identifier&, swift::Diag<>)
6 bool swift::Parser::parseIdentifier<>(swift::Identifier&, swift::SourceLoc&, swift::Diag<>)
3 bool swift::Parser::parseToken<>(swift::tok, swift::Diag<>)
12 bool swift::Parser::parseToken<>(swift::tok, swift::SourceLoc&, swift::Diag<>)
1 buildIndexForwardingPattern(swift::AbstractStorageDecl*, swift::Pattern*, swift::TypeChecker&)
7 checkExtensionGenericParams(swift::TypeChecker&, swift::ExtensionDecl*, llvm::ArrayRef<swift::ExtensionDecl::RefComponent>, swift::Type, swift::GenericSignature*&)
3539 checkGenericFuncSignature(swift::TypeChecker&, swift::ArchetypeBuilder*, swift::AbstractFunctionDecl*, swift::GenericTypeResolver&)
30 checkGenericParamList(swift::ArchetypeBuilder&, swift::GenericParamList*, swift::TypeChecker&, swift::DeclContext*)
8094 checkGenericParameters(swift::TypeChecker&, swift::ArchetypeBuilder*, swift::GenericParamList*, swift::DeclContext*, swift::GenericTypeResolver&)
1016 checkRedeclaration(swift::TypeChecker&, swift::ValueDecl*)
1 checkTypeAccessibility(swift::TypeChecker&, swift::TypeLoc, swift::Accessibility, std::__1::function<void (swift::Accessibility, swift::TypeRepr const*)>)
2 checkTypeDeclAvailability(swift::Decl*, swift::IdentTypeRepr*, swift::SourceLoc, swift::TypeChecker&)
1 clang::ASTContext::ProtocolCompatibleWithProtocol(clang::ObjCProtocolDecl*, clang::ObjCProtocolDecl*) const
1 clang::ASTReader::ReadControlBlock(clang::serialization::ModuleFile&, llvm::SmallVectorImpl<clang::ASTReader::ImportedModule>&, clang::serialization::ModuleFile const*, unsigned int)
4 clang::ASTReader::readTypeRecord(unsigned int)
1 clang::CXXMethodDecl::getCorrespondingMethodInClass(clang::CXXRecordDecl const*, bool)
1 clang::OnDiskChainedHashTable<clang::serialization::reader::ASTIdentifierLookupTrait>::find(llvm::StringRef const&, clang::serialization::reader::ASTIdentifierLookupTrait*)
1 clang::Parser::ParseSingleDeclarationAfterTemplate(unsigned int, clang::Parser::ParsedTemplateInfo const&, clang::ParsingDeclRAIIObject&, clang::SourceLocation&, clang::AccessSpecifier, clang::AttributeList*)
1 clang::Sema::BuildCallToMemberFunction(clang::Scope*, clang::Expr*, clang::SourceLocation, llvm::MutableArrayRef<clang::Expr*>, clang::SourceLocation)
1 clang::Sema::PerformContextualImplicitConversion(clang::SourceLocation, clang::Expr*, clang::Sema::ContextualImplicitConverter&)
4 clang::Stmt::StatisticsEnabled
1 clang::SwitchStmt::SwitchStmt(clang::ASTContext const&, clang::VarDecl*, clang::Expr*)
1 clang::TreeTransform<(anonymous namespace)::CurrentInstantiationRebuilder>::TransformTemplateSpecializationType(clang::TypeLocBuilder&, clang::TemplateSpecializationTypeLoc, clang::TemplateName)
12 clang::declvisitor::Base<clang::declvisitor::make_const_ptr, (anonymous namespace)::SwiftDeclConverter, swift::Decl*>::Visit(clang::Decl const*)
22 cleanupIllFormedExpression(swift::ASTContext&, swift::constraints::ConstraintSystem*, swift::Expr*)::CleanupIllFormedExpression::walkToExprPost(swift::Expr*)
5 collectFullName(swift::ArchetypeType const*, llvm::SmallVectorImpl<char>&)
1 collectParams(swift::Lowering::SILGenFunction&, swift::SILLocation, llvm::SmallVectorImpl<swift::Lowering::ManagedValue>&)
60 collectRequirements(swift::ArchetypeBuilder&, llvm::ArrayRef<swift::GenericTypeParamType*>, llvm::SmallVectorImpl<swift::Requirement>&)
12 computeAccessibility(swift::TypeChecker&, swift::ValueDecl*)
4 connectedComponentsDFS(swift::constraints::ConstraintGraph&, swift::constraints::ConstraintGraphNode&, unsigned int, llvm::SmallVectorImpl<unsigned int>&)
1 createDesignatedInitOverride(swift::TypeChecker&, swift::ClassDecl*, swift::ConstructorDecl*, (anonymous namespace)::DesignatedInitKind)
1 createGetterPrototype(swift::AbstractStorageDecl*, swift::TypeChecker&)
537 createImplicitConstructor(swift::TypeChecker&, swift::NominalTypeDecl*, (anonymous namespace)::ImplicitConstructorKind)
1 diagAvailability(swift::TypeChecker&, swift::ValueDecl const*, swift::SourceRange, swift::DeclContext const*)
2 diagnoseUnknownType(swift::TypeChecker&, swift::DeclContext*, llvm::ArrayRef<swift::ComponentIdentTypeRepr*>, swift::GenericTypeResolver*)
1 doDynamicLookup(swift::VisibleDeclConsumer&, swift::DeclContext const*, (anonymous namespace)::LookupState, swift::LazyResolver*)::DynamicLookupConsumer::foundDecl(swift::ValueDecl*, swift::DeclVisibilityKind)
1 doDynamicLookup(swift::VisibleDeclConsumer&, swift::DeclContext const*, (anonymous namespace)::LookupState, swift::LazyResolver*)::DynamicLookupConsumer::~DynamicLookupConsumer()
4 emacs_standard_keymap
1 emitDirectTypeMetadataRef(swift::irgen::IRGenFunction&, swift::CanType)
1 emitNativeToCBridgedValue(swift::Lowering::SILGenFunction&, swift::SILLocation, swift::Lowering::ManagedValue, swift::SILType)
771 existentialConformsToItself(swift::TypeChecker&, swift::Type, swift::ProtocolDecl*, swift::SourceLoc, llvm::SmallPtrSet<swift::ProtocolDecl*, 4u>&)
35 finalizeGenericParamList(swift::ArchetypeBuilder&, swift::GenericParamList*, swift::DeclContext*, swift::TypeChecker&)
1 foldSequence(swift::TypeChecker&, swift::DeclContext*, swift::Expr*, llvm::ArrayRef<swift::Expr*>&, unsigned int)
16 formatDiagnosticText(llvm::StringRef, llvm::ArrayRef<swift::DiagnosticArgument>, llvm::raw_ostream&)
22439 frontend_main(llvm::ArrayRef<char const*>, char const*, void*)
1 getAddrOfLLVMVariable(swift::irgen::IRGenModule&, llvm::DenseMap<swift::irgen::LinkEntity, llvm::Constant*, llvm::DenseMapInfo<swift::irgen::LinkEntity> >&, swift::irgen::LinkEntity, llvm::Type*, llvm::Type*, llvm::Type*, swift::irgen::DebugTypeInfo)
12 getBoundTypesFromConstraint(swift::constraints::ConstraintSystem*, swift::Expr*, swift::constraints::Constraint*)
30 getCallerDefaultArg(swift::TypeChecker&, swift::DeclContext*, swift::SourceLoc, swift::ConcreteDeclRef&, unsigned int)
8 getMemberForBaseType(swift::Module*, swift::Type, swift::AssociatedTypeDecl*, swift::Identifier, swift::LazyResolver*)
3 getSILFunctionType(swift::SILModule&, swift::CanType, swift::CanTypeWrapper<swift::AnyFunctionType>, swift::CanTypeWrapper<swift::AnyFunctionType>, swift::AnyFunctionType::ExtInfo, (anonymous namespace)::Conventions const&)
2118 getSelfTypeForContainer(swift::AbstractFunctionDecl*, bool, bool, swift::GenericParamList**)
1 getTypeMetadataAccessFunction(swift::irgen::IRGenModule&, swift::CanType, swift::ForDefinition_t)
3 getUncachedSILFunctionTypeForConstant(swift::SILModule&, swift::SILDeclRef, swift::CanTypeWrapper<swift::AnyFunctionType>, swift::CanTypeWrapper<swift::AnyFunctionType>, swift::CanTypeWrapper<swift::AnyFunctionType>, swift::CanTypeWrapper<swift::AnyFunctionType>, swift::AnyFunctionType::Representation)
3 isBuiltinTypeOverloaded(swift::Type, swift::OverloadedBuiltinKind)
2 isDeclAsSpecializedAs(swift::TypeChecker&, swift::DeclContext*, swift::ValueDecl*, swift::ValueDecl*)
4 isValidIdentifierContinuationCodePoint(unsigned int)
1 llvm::APInt::rotr(unsigned int) const
9 llvm::BitstreamCursor::ReadVBR(unsigned int)
7 llvm::BitstreamCursor::readAbbreviatedField(llvm::BitCodeAbbrevOp const&, llvm::SmallVectorImpl<unsigned long long>&)
26 llvm::BitstreamCursor::readRecord(unsigned int, llvm::SmallVectorImpl<unsigned long long>&, llvm::StringRef*)
1 llvm::BitstreamCursor::skipRecord(unsigned int)
3 llvm::BumpPtrAllocator::~BumpPtrAllocator()
2 llvm::ConstantExpr::getGetElementPtr(llvm::Constant*, llvm::ArrayRef<llvm::Value*>, bool)
1 llvm::ConstantExpr::replaceUsesOfWithOnConstant(llvm::Value*, llvm::Value*, llvm::Use*)
1 llvm::ConstantFoldGetElementPtr(llvm::Constant*, bool, llvm::ArrayRef<llvm::Value*>)
2 llvm::DenseMap<swift::ArchetypeType*, llvm::ArrayRef<swift::ProtocolConformance*>, llvm::DenseMapInfo<swift::ArchetypeType*> >::grow(unsigned int)
1 llvm::DenseMap<swift::BoundGenericType*, llvm::ArrayRef<swift::Substitution>, llvm::DenseMapInfo<swift::BoundGenericType*> >::grow(unsigned int)
1 llvm::DenseMap<swift::CanType, bool, llvm::DenseMapInfo<swift::CanType> >::grow(unsigned int)
1 llvm::DenseMap<swift::ObjCSelector, llvm::TinyPtrVector<swift::ValueDecl*>, llvm::DenseMapInfo<swift::ObjCSelector> >::grow(unsigned int)
1 llvm::DenseMap<swift::Type, swift::OptionalType*, llvm::DenseMapInfo<swift::Type> >::grow(unsigned int)
1 llvm::DenseMap<unsigned int, swift::ValueBase*, llvm::DenseMapInfo<unsigned int> >::grow(unsigned int)
1 llvm::DenseMapBase<llvm::DenseMap<clang::BlockExpr*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, llvm::DenseMapInfo<clang::BlockExpr*> >, clang::BlockExpr*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, llvm::DenseMapInfo<clang::BlockExpr*> >::moveFromOldBuckets(std::__1::pair<clang::BlockExpr*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*, std::__1::pair<clang::BlockExpr*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*)
1 llvm::DenseMapBase<llvm::DenseMap<llvm::Type*, llvm::ConstantAggregateZero*, llvm::DenseMapInfo<llvm::Type*> >, llvm::Type*, llvm::ConstantAggregateZero*, llvm::DenseMapInfo<llvm::Type*> >::InsertIntoBucketImpl(llvm::Type* const&, std::__1::pair<llvm::Type*, llvm::ConstantAggregateZero*>*)
1 llvm::DenseMapBase<llvm::DenseMap<swift::ValueDecl*, swift::ConcreteDeclRef, llvm::DenseMapInfo<swift::ValueDecl*> >, swift::ValueDecl*, swift::ConcreteDeclRef, llvm::DenseMapInfo<swift::ValueDecl*> >::InsertIntoBucketImpl(swift::ValueDecl* const&, std::__1::pair<swift::ValueDecl*, swift::ConcreteDeclRef>*)
1 llvm::DenseMapBase<llvm::DenseMap<swift::ide::CodeCompletionCacheImpl::Key, char, llvm::DenseMapInfo<swift::ide::CodeCompletionCacheImpl::Key> >, swift::ide::CodeCompletionCacheImpl::Key, char, llvm::DenseMapInfo<swift::ide::CodeCompletionCacheImpl::Key> >::moveFromOldBuckets(std::__1::pair<swift::ide::CodeCompletionCacheImpl::Key, char>*, std::__1::pair<swift::ide::CodeCompletionCacheImpl::Key, char>*)
1 llvm::DenseMapBase<llvm::DenseMap<unsigned int, swift::Identifier, llvm::DenseMapInfo<unsigned int> >, unsigned int, swift::Identifier, llvm::DenseMapInfo<unsigned int> >::InsertIntoBucketImpl(unsigned int const&, std::__1::pair<unsigned int, swift::Identifier>*)
1 llvm::DenseMapBase<llvm::DenseMap<unsigned int, swift::ValueBase*, llvm::DenseMapInfo<unsigned int> >, unsigned int, swift::ValueBase*, llvm::DenseMapInfo<unsigned int> >::InsertIntoBucketImpl(unsigned int const&, std::__1::pair<unsigned int, swift::ValueBase*>*)
1 llvm::DenseMapBase<llvm::SmallDenseMap<swift::constraints::Constraint*, unsigned int, 2u, llvm::DenseMapInfo<swift::constraints::Constraint*> >, swift::constraints::Constraint*, unsigned int, llvm::DenseMapInfo<swift::constraints::Constraint*> >::InsertIntoBucketImpl(swift::constraints::Constraint* const&, std::__1::pair<swift::constraints::Constraint*, unsigned int>*)
2 llvm::ExecutionEngine::runFunctionAsMain(llvm::Function*, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, char const* const*)
1 llvm::FPPassManager::runOnFunction(llvm::Function&)
1 llvm::FPPassManager::runOnModule(llvm::Module&)
30 llvm::FoldingSet<swift::BoundGenericType>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
36 llvm::FoldingSet<swift::ClassType>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
18 llvm::FoldingSet<swift::DeclName::CompoundDeclName>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
20 llvm::FoldingSet<swift::EnumType>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
5 llvm::FoldingSet<swift::GenericFunctionType>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
11 llvm::FoldingSet<swift::GenericSignature>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
2 llvm::FoldingSet<swift::NormalProtocolConformance>::GetNodeProfile(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID&) const
9 llvm::FoldingSet<swift::NormalProtocolConformance>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
28 llvm::FoldingSet<swift::StructType>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
41 llvm::FoldingSet<swift::TupleType>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
25 llvm::FoldingSet<swift::constraints::ConstraintLocator>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
1 llvm::FoldingSet<swift::constraints::Failure>::NodeEquals(llvm::FoldingSetImpl::Node*, llvm::FoldingSetNodeID const&, unsigned int, llvm::FoldingSetNodeID&) const
13 llvm::FoldingSetImpl::FindNodeOrInsertPos(llvm::FoldingSetNodeID const&, void*&)
22 llvm::FoldingSetNodeID::operator==(llvm::FoldingSetNodeID const&) const
2 llvm::GetElementPtrInst::Create(llvm::Value*, llvm::ArrayRef<llvm::Value*>, llvm::Twine const&, llvm::Instruction*)
2 llvm::GetElementPtrInst::getIndexedType(llvm::Type*, llvm::ArrayRef<llvm::Value*>)
1 llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateCall(llvm::Value*, llvm::Value*, llvm::Twine const&)
2 llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateConstInBoundsGEP2_32(llvm::Value*, unsigned int, unsigned int, llvm::Twine const&)
1 llvm::InstCombiner::visitFPTrunc(llvm::FPTruncInst&)
2 llvm::JIT::runFunction(llvm::Function*, std::__1::vector<llvm::GenericValue, std::__1::allocator<llvm::GenericValue> > const&)
1 llvm::LiveIntervals::checkRegMaskInterference(llvm::LiveInterval&, llvm::BitVector&)
1 llvm::Module::dropAllReferences()
101 llvm::OnDiskChainedHashTable<swift::ModuleFile::DeclTableInfo>::find(swift::Identifier const&, swift::ModuleFile::DeclTableInfo*)
20 llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry()
2 llvm::SMDiagnostic::SMDiagnostic(llvm::SourceMgr const&, llvm::SMLoc, llvm::StringRef, int, int, llvm::SourceMgr::DiagKind, llvm::StringRef, llvm::StringRef, llvm::ArrayRef<std::__1::pair<unsigned int, unsigned int> >, llvm::ArrayRef<llvm::SMFixIt>)
1 llvm::SMDiagnostic::print(char const*, llvm::raw_ostream&, bool) const
1 llvm::SimplifyCFG(llvm::BasicBlock*, llvm::TargetTransformInfo const&, llvm::DataLayout const*)
2 llvm::SmallDenseMap<swift::constraints::Constraint*, unsigned int, 2u, llvm::DenseMapInfo<swift::constraints::Constraint*> >::grow(unsigned int)
3 llvm::SmallPtrSetImplBase::SmallPtrSetImplBase(void const**, llvm::SmallPtrSetImplBase const&)
1 llvm::SmallVectorBase::grow_pod(void*, unsigned long, unsigned long)
46 llvm::SmallVectorImpl<swift::DiagnosticArgument>::operator=(llvm::SmallVectorImpl<swift::DiagnosticArgument>&&)
2 llvm::SmallVectorTemplateBase<(anonymous namespace)::PotentialBinding, false>::grow(unsigned long)
1 llvm::SmallVectorTemplateBase<llvm::SmallVector<unsigned int, 1u>, false>::grow(unsigned long)
1 llvm::StringMapImpl::LookupBucketFor(llvm::StringRef)
6 llvm::TinyPtrVector<swift::ValueDecl*>::push_back(swift::ValueDecl*)
1 llvm::TinyPtrVector<swift::constraints::Failure*>::push_back(swift::constraints::Failure*)
3 llvm::Twine::str() const
1 llvm::Value* swift::CanTypeVisitor<(anonymous namespace)::EmitTypeMetadataRefForLayout, llvm::Value*>::visit<>(swift::CanType)
1 llvm::Value::replaceAllUsesWith(llvm::Value*)
1 llvm::Value::setName(llvm::Twine const&)
14 llvm::errs()::S
1 llvm::format_object1<unsigned char>::~format_object1()
1 llvm::legacy::PassManagerImpl::run(llvm::Module&)
21 llvm::raw_fd_ostream::write_impl(char const*, unsigned long)
3 llvm::raw_ostream::write(char const*, unsigned long)
3 llvm::raw_ostream::write(unsigned char)
1 llvm::raw_svector_ostream::raw_svector_ostream(llvm::SmallVectorImpl<char>&)
1 llvm::yaml::Scanner::fetchMoreTokens()
1 lookupVisibleMemberDeclsImpl(swift::Type, swift::VisibleDeclConsumer&, swift::DeclContext const*, (anonymous namespace)::LookupState, swift::DeclVisibilityKind, swift::LazyResolver*, llvm::SmallPtrSet<swift::TypeDecl*, 8u>&)
22438 main
3 mapSignatureFunctionType(swift::ASTContext&, swift::Type, bool, bool, bool, unsigned int)
125 matchWitness(swift::TypeChecker&, swift::NormalProtocolConformance*, swift::DeclContext*, swift::ValueDecl*, swift::ValueDecl*)
3 operator new(unsigned long)
591 parseDefaultArgument(swift::Parser&, swift::Parser::DefaultArgumentInfo*, unsigned int, swift::ExprHandle*&)
1 parseIdentifierDeclName(swift::Parser&, swift::Identifier&, swift::SourceLoc&, swift::tok, swift::tok, swift::tok, swift::tok, TokenProperty, swift::Diagnostic const&)
17 performIRGeneration(swift::IRGenOptions&, swift::Module*, swift::SILModule*, llvm::StringRef, llvm::LLVMContext&, swift::SourceFile*, unsigned int)
3 prepareApplyExpr(swift::Lowering::SILGenFunction&, swift::Expr*)
1 printActions(swift::driver::Action const*, llvm::DenseMap<swift::driver::Action const*, unsigned int, llvm::DenseMapInfo<swift::driver::Action const*> >&)
11852 resolveIdentTypeComponent(swift::TypeChecker&, swift::DeclContext*, llvm::ArrayRef<swift::ComponentIdentTypeRepr*>, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, bool, swift::GenericTypeResolver*)
1981 resolveTypeDecl(swift::TypeChecker&, swift::TypeDecl*, swift::SourceLoc, swift::DeclContext*, llvm::ArrayRef<swift::TypeRepr*>, bool, swift::GenericTypeResolver*)
249 std::__1::__function::__func<(anonymous namespace)::DeclChecker::visitBoundVars(swift::Pattern*)::'lambda'(swift::VarDecl*), std::__1::allocator<(anonymous namespace)::DeclChecker::visitBoundVars(swift::Pattern*)::'lambda'(swift::VarDecl*)>, void (swift::VarDecl*)>::operator()(swift::VarDecl*&&)
5 std::__1::__function::__func<checkExtensionGenericParams(swift::TypeChecker&, swift::ExtensionDecl*, llvm::ArrayRef<swift::ExtensionDecl::RefComponent>, swift::Type, swift::GenericSignature*&)::$_28, std::__1::allocator<checkExtensionGenericParams(swift::TypeChecker&, swift::ExtensionDecl*, llvm::ArrayRef<swift::ExtensionDecl::RefComponent>, swift::Type, swift::GenericSignature*&)::$_28>, bool (swift::ArchetypeBuilder&)>::operator()(swift::ArchetypeBuilder&)
1 std::__1::__function::__func<cleanupIllFormedExpression(swift::ASTContext&, swift::constraints::ConstraintSystem*, swift::Expr*)::CleanupIllFormedExpression::walkToExprPre(swift::Expr*)::'lambda'(swift::VarDecl*), std::__1::allocator<cleanupIllFormedExpression(swift::ASTContext&, swift::constraints::ConstraintSystem*, swift::Expr*)::CleanupIllFormedExpression::walkToExprPre(swift::Expr*)::'lambda'(swift::VarDecl*)>, void (swift::VarDecl*)>::__clone() const
2 std::__1::__function::__func<existentialConformsToItself(swift::TypeChecker&, swift::Type, swift::ProtocolDecl*, swift::SourceLoc, llvm::SmallPtrSet<swift::ProtocolDecl*, 4u>&)::$_6, std::__1::allocator<existentialConformsToItself(swift::TypeChecker&, swift::Type, swift::ProtocolDecl*, swift::SourceLoc, llvm::SmallPtrSet<swift::ProtocolDecl*, 4u>&)::$_6>, swift::Type (swift::Type)>::operator()(swift::Type&&)
26 std::__1::__function::__func<mapSignatureType(swift::ASTContext&, swift::Type)::$_3, std::__1::allocator<mapSignatureType(swift::ASTContext&, swift::Type)::$_3>, swift::Type (swift::Type)>::operator()(swift::Type&&)
8 std::__1::__function::__func<setBoundVarsTypeError(swift::Pattern*, swift::ASTContext&)::$_5, std::__1::allocator<setBoundVarsTypeError(swift::Pattern*, swift::ASTContext&)::$_5>, void (swift::VarDecl*)>::operator()(swift::VarDecl*&&)
3 std::__1::__function::__func<std::__1::reference_wrapper<swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const::$_4 const>, std::__1::allocator<std::__1::reference_wrapper<swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const::$_4 const> >, bool (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>::operator()(std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>&&)
157 std::__1::__function::__func<std::__1::reference_wrapper<swift::FileUnit::forAllVisibleModules(std::__1::function<void (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>)::'lambda'(std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> const&) const>, std::__1::allocator<std::__1::reference_wrapper<swift::FileUnit::forAllVisibleModules(std::__1::function<void (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>)::'lambda'(std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> const&) const> >, bool (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>::operator()(std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>&&)
158 std::__1::__function::__func<std::__1::reference_wrapper<swift::performTypeChecking(swift::SourceFile&, swift::TopLevelContext&, unsigned int)::$_1 const>, std::__1::allocator<std::__1::reference_wrapper<swift::performTypeChecking(swift::SourceFile&, swift::TopLevelContext&, unsigned int)::$_1 const> >, void (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>::operator()(std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>&&)
11 std::__1::__function::__func<swift::ArchetypeBuilder::mapTypeIntoContext(swift::Module*, swift::GenericParamList*, swift::Type)::$_3, std::__1::allocator<swift::ArchetypeBuilder::mapTypeIntoContext(swift::Module*, swift::GenericParamList*, swift::Type)::$_3>, swift::Type (swift::Type)>::operator()(swift::Type&&)
823 std::__1::__function::__func<swift::Parser::parseExprArray(swift::SourceLoc, swift::Expr*)::$_1, std::__1::allocator<swift::Parser::parseExprArray(swift::SourceLoc, swift::Expr*)::$_1>, swift::ParserStatus ()>::operator()()
416 std::__1::__function::__func<swift::Parser::parseExprDictionary(swift::SourceLoc, swift::Expr*)::$_3, std::__1::allocator<swift::Parser::parseExprDictionary(swift::SourceLoc, swift::Expr*)::$_3>, swift::ParserStatus ()>::operator()()
5816 std::__1::__function::__func<swift::Parser::parseExprList(swift::tok, swift::tok)::$_0, std::__1::allocator<swift::Parser::parseExprList(swift::tok, swift::tok)::$_0>, swift::ParserStatus ()>::operator()()
20811 std::__1::__function::__func<swift::Parser::parseNominalDeclMembers(llvm::SmallVectorImpl<swift::Decl*>&, swift::SourceLoc, swift::SourceLoc&, swift::Diag<>, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>)::$_6, std::__1::allocator<swift::Parser::parseNominalDeclMembers(llvm::SmallVectorImpl<swift::Decl*>&, swift::SourceLoc, swift::SourceLoc&, swift::Diag<>, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>)::$_6>, swift::ParserStatus ()>::operator()()
583 std::__1::__function::__func<swift::Parser::parseParameterClause(swift::SourceLoc&, llvm::SmallVectorImpl<swift::Parser::ParsedParameter>&, swift::SourceLoc&, swift::Parser::DefaultArgumentInfo*, swift::Parser::ParameterContextKind)::$_0, std::__1::allocator<swift::Parser::parseParameterClause(swift::SourceLoc&, llvm::SmallVectorImpl<swift::Parser::ParsedParameter>&, swift::SourceLoc&, swift::Parser::DefaultArgumentInfo*, swift::Parser::ParameterContextKind)::$_0>, swift::ParserStatus ()>::operator()()
16 std::__1::__function::__func<swift::Parser::parsePatternTupleAfterLP(bool, swift::SourceLoc)::$_1, std::__1::allocator<swift::Parser::parsePatternTupleAfterLP(bool, swift::SourceLoc)::$_1>, swift::ParserStatus ()>::operator()()
13 std::__1::__function::__func<swift::Parser::parseTypeTupleBody()::$_0, std::__1::allocator<swift::Parser::parseTypeTupleBody()::$_0>, swift::ParserStatus ()>::operator()()
119 std::__1::__function::__func<swift::Type::subst(swift::Module*, llvm::DenseMap<swift::TypeBase*, swift::Type, llvm::DenseMapInfo<swift::TypeBase*> >&, bool, swift::LazyResolver*) const::$_4, std::__1::allocator<swift::Type::subst(swift::Module*, llvm::DenseMap<swift::TypeBase*, swift::Type, llvm::DenseMapInfo<swift::TypeBase*> >&, bool, swift::LazyResolver*) const::$_4>, swift::Type (swift::Type)>::operator()(swift::Type&&)
4 std::__1::__function::__func<swift::TypeBase::getTypeVariables(llvm::SmallVectorImpl<swift::TypeVariableType*>&)::$_1, std::__1::allocator<swift::TypeBase::getTypeVariables(llvm::SmallVectorImpl<swift::TypeVariableType*>&)::$_1>, bool (swift::Type)>::operator()(swift::Type&&)
1941 std::__1::__function::__func<swift::TypeChecker::createArchetypeBuilder(swift::Module*)::$_0, std::__1::allocator<swift::TypeChecker::createArchetypeBuilder(swift::Module*)::$_0>, llvm::ArrayRef<swift::ProtocolDecl*> (swift::ProtocolDecl*)>::operator()(swift::ProtocolDecl*&&)
1816 std::__1::__function::__func<swift::TypeChecker::createArchetypeBuilder(swift::Module*)::$_1, std::__1::allocator<swift::TypeChecker::createArchetypeBuilder(swift::Module*)::$_1>, std::__1::pair<swift::Type, llvm::ArrayRef<swift::ProtocolDecl*> > (swift::AbstractTypeParamDecl*)>::operator()(swift::AbstractTypeParamDecl*&&)
1 std::__1::__function::__func<swift::TypeChecker::defineDefaultConstructor(swift::NominalTypeDecl*)::$_4, std::__1::allocator<swift::TypeChecker::defineDefaultConstructor(swift::NominalTypeDecl*)::$_4>, void (swift::VarDecl*)>::destroy()
25 std::__1::__function::__func<swift::constraints::ConstraintSystem::simplifyType(swift::Type, llvm::SmallPtrSet<swift::TypeVariableType*, 16u>&)::$_5, std::__1::allocator<swift::constraints::ConstraintSystem::simplifyType(swift::Type, llvm::SmallPtrSet<swift::TypeVariableType*, 16u>&)::$_5>, swift::Type (swift::Type)>::operator()(swift::Type&&)
3 std::__1::__function::__func<swift::constraints::Solution::computeSubstitutions(swift::Type, swift::DeclContext*, swift::Type, llvm::SmallVectorImpl<swift::Substitution>&) const::$_0, std::__1::allocator<swift::constraints::Solution::computeSubstitutions(swift::Type, swift::DeclContext*, swift::Type, llvm::SmallVectorImpl<swift::Substitution>&) const::$_0>, swift::Type (swift::Type)>::operator()(swift::Type&&)
2 std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__init(char const*, unsigned long)
2 substDependentTypes(swift::ArchetypeBuilder&, swift::Type)
2 substituteInputSugarArgumentType(swift::Type, swift::CanType, swift::Type&, bool&)
1 swift::ASTContext::createTrivialSubstitutions(swift::BoundGenericType*) const
10 swift::ASTContext::getConformance(swift::Type, swift::ProtocolDecl*, swift::SourceLoc, swift::DeclContext*, swift::ProtocolConformanceState)
9 swift::ASTContext::getConformsTo(swift::CanType, swift::ProtocolDecl*)
2 swift::ASTContext::getDictionaryDecl() const
1 swift::ASTContext::getDictionaryUpCast(swift::LazyResolver*) const
31 swift::ASTContext::getIdentifier(llvm::StringRef) const
3 swift::ASTContext::getImplicitlyUnwrappedOptionalDecl() const
1 swift::ASTContext::getOptionalDecl() const
11 swift::ASTContext::getProtocol(swift::KnownProtocolKind) const
9 swift::ASTContext::getSpecializedConformance(swift::Type, swift::ProtocolConformance*, llvm::ArrayRef<swift::Substitution>)
23 swift::ASTContext::setConformsTo(swift::CanType, swift::ProtocolDecl*, llvm::PointerIntPair<swift::ProtocolConformance*, 1u, bool, llvm::PointerLikeTypeTraits<swift::ProtocolConformance*> >)
23 swift::ASTPrinter::printName(swift::Identifier)
34 swift::ASTPrinter::printTextImpl(llvm::StringRef)
1 swift::ASTVisitor<(anonymous namespace)::ArgumentForwardVisitor, void, void, void, void, void, void>::visit(swift::Pattern*)
1 swift::ASTVisitor<(anonymous namespace)::CloneVisitor, void, void, void, void, swift::TypeRepr*, void>::visit(swift::TypeRepr*)
1566 swift::ASTVisitor<(anonymous namespace)::ConstraintGenerator, swift::Type, void, void, void, void, void>::visit(swift::Expr*)
22944 swift::ASTVisitor<(anonymous namespace)::DeclChecker, void, void, void, void, void, void>::visit(swift::Decl*)
75 swift::ASTVisitor<(anonymous namespace)::ExprRewriter, swift::Expr*, void, void, void, void, void>::visit(swift::Expr*)
1 swift::ASTVisitor<(anonymous namespace)::PatternBindingPrintLHS, void, void, void, void, void, void>::visit(swift::Pattern*)
4 swift::ASTVisitor<(anonymous namespace)::PrintAST, void, void, void, void, void, void>::visit(swift::Decl*)
1 swift::ASTVisitor<(anonymous namespace)::PrintDecl, void, void, void, void, void, void>::visit(swift::Decl*)
1 swift::ASTVisitor<(anonymous namespace)::PrintExpr, void, void, void, void, void, void>::visit(swift::Expr*)
9 swift::ASTVisitor<(anonymous namespace)::RValueEmitter, swift::Lowering::RValue, void, void, void, void, void, swift::Lowering::SGFContext>::visit(swift::Expr*, swift::Lowering::SGFContext)
6 swift::ASTVisitor<(anonymous namespace)::SILGenApply, void, void, void, void, void, void>::visit(swift::Expr*)
9162 swift::ASTVisitor<(anonymous namespace)::StmtChecker, void, swift::Stmt*, void, void, void, void>::visit(swift::Stmt*)
46 swift::ASTVisitor<(anonymous namespace)::Traversal, swift::Expr*, swift::Stmt*, void, swift::Pattern*, bool, void>::visit(swift::Pattern*)
1 swift::ASTVisitor<SILGenExtension, void, void, void, void, void, void>::visit(swift::Decl*)
5 swift::ASTVisitor<SILGenType, void, void, void, void, void, void>::visit(swift::Decl*)
8 swift::ASTVisitor<swift::Lowering::SILGenFunction, void, void, void, void, void, void>::visit(swift::Stmt*)
1 swift::AbstractFunctionDecl::getImplicitSelfDecl() const
14 swift::AbstractStorageDecl::makeComputed(swift::SourceLoc, swift::FuncDecl*, swift::FuncDecl*, swift::FuncDecl*, swift::SourceLoc)
1 swift::AbstractStorageDecl::makeStoredWithTrivialAccessors(swift::FuncDecl*, swift::FuncDecl*, swift::FuncDecl*)
2 swift::AbstractStorageDecl::setInvalidBracesRange(swift::SourceRange)
9 swift::ArchetypeBuilder::InferRequirementsWalker::walkToTypePost(swift::Type)
3760 swift::ArchetypeBuilder::addConformanceRequirement(swift::ArchetypeBuilder::PotentialArchetype*, swift::ProtocolDecl*)
3753 swift::ArchetypeBuilder::addGenericParameter(swift::GenericTypeParamDecl*, swift::Optional<unsigned int>)
107 swift::ArchetypeBuilder::addRequirement(swift::RequirementRepr const&)
43 swift::ArchetypeBuilder::addSameTypeRequirement(swift::Type, swift::SourceLoc, swift::Type)
12 swift::ArchetypeBuilder::inferRequirements(swift::Pattern*)
1094 swift::ArchetypeBuilder::inferRequirements(swift::TypeLoc)
99 swift::ArchetypeBuilder::mapTypeIntoContext(swift::DeclContext*, swift::Type)
173 swift::ArchetypeBuilder::resolveArchetype(swift::Type)
2 swift::ArchetypeBuilder::substDependentType(swift::Type)
1 swift::ArchetypeBuilder::~ArchetypeBuilder()
2 swift::ArchetypeType::getFullName() const
1 swift::ArchetypeType::getNestedType(swift::Identifier) const
1 swift::ArchetypeType::getNew(swift::ASTContext const&, swift::ArchetypeType*, llvm::PointerUnion<swift::AssociatedTypeDecl*, swift::ProtocolDecl*>, swift::Identifier, llvm::SmallVectorImpl<swift::ProtocolDecl*>&, swift::Type, bool, swift::Optional<unsigned int>)
1 swift::ArchetypeType::hasNestedType(swift::Identifier) const
79 swift::ArchetypeType::setNestedTypes(swift::ASTContext&, llvm::MutableArrayRef<std::__1::pair<swift::Identifier, llvm::PointerUnion<swift::ArchetypeType*, swift::Type> > >)
8 swift::ArraySliceType::get(swift::Type)
23 swift::AssociatedTypeDecl::AssociatedTypeDecl(swift::DeclContext*, swift::SourceLoc, swift::Identifier, swift::SourceLoc, swift::LazyMemberLoader*, unsigned long long)
1 swift::AssociatedTypeDecl::getDefaultDefinitionLoc()
2 swift::AvailabilityAttr::createUnavailableAttr(swift::ASTContext&, llvm::StringRef, llvm::StringRef)
61 swift::AvailabilityAttr::isUnavailable(swift::Decl const*)
64 swift::BoundGenericType::get(swift::NominalTypeDecl*, swift::Type, llvm::ArrayRef<swift::Type>)
15 swift::BraceStmt::create(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::ASTNode>, swift::SourceLoc, swift::Optional<bool>)
2 swift::BuiltinUnit::LookupCache::lookupValue(swift::Identifier, swift::NLKind, swift::BuiltinUnit const&, llvm::SmallVectorImpl<swift::ValueDecl*>&)
1 swift::ClangDiagnosticConsumer::HandleDiagnostic(clang::DiagnosticsEngine::Level, clang::Diagnostic const&)
2 swift::ClangImporter::Implementation::finishLoadingClangModule(swift::ClangImporter&, clang::Module const*, bool)
1 swift::ClangImporter::Implementation::getAPINotesForContext(clang::ObjCContainerDecl const*)
2 swift::ClangImporter::Implementation::getAPINotesForModule(clang::Module const*)
1 swift::ClangImporter::Implementation::getKnownObjCContext(clang::ObjCContainerDecl const*)
10 swift::ClangImporter::Implementation::importDeclAndCacheImpl(clang::NamedDecl const*, bool)
9 swift::ClangImporter::Implementation::importDeclImpl(clang::NamedDecl const*, bool&, bool&)
3 swift::ClangImporter::Implementation::importName(swift::Identifier)
25 swift::ClangImporter::Implementation::loadAllMembers(swift::Decl const*, unsigned long long, bool*)
20 swift::ClangImporter::loadExtensions(swift::NominalTypeDecl*, unsigned int)
1 swift::ClangImporter::loadModule(swift::SourceLoc, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >)
1 swift::ClangImporter::lookupValue(swift::Identifier, swift::VisibleDeclConsumer&)
38 swift::ClangModuleUnit::getAdapterModule() const
29 swift::ClangModuleUnit::getImportedModules(llvm::SmallVectorImpl<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> >&, swift::Module::ImportFilter) const
3 swift::ClassDecl::ClassDecl(swift::SourceLoc, swift::Identifier, swift::SourceLoc, llvm::MutableArrayRef<swift::TypeLoc>, swift::GenericParamList*, swift::DeclContext*)
1 swift::ClassType::ClassType(swift::ClassDecl*, swift::Type, swift::ASTContext const&, swift::RecursiveTypeProperties)
30 swift::ClassType::get(swift::ClassDecl*, swift::Type, swift::ASTContext const&)
22407 swift::CompilerInstance::performSema()
1 swift::CompilerInstance::setup(swift::CompilerInvocation const&)
1 swift::CompilerInvocation::parseArgs(llvm::ArrayRef<char const*>, swift::DiagnosticEngine&)
212 swift::CompleteGenericTypeResolver::resolveDependentMemberType(swift::Type, swift::DeclContext*, swift::SourceRange, swift::Identifier, swift::SourceLoc)
8 swift::CompleteGenericTypeResolver::resolveGenericTypeParamType(swift::GenericTypeParamType*)
1 swift::ComponentIdentTypeRepr::printImpl(swift::ASTPrinter&, swift::PrintOptions const&) const
1 swift::ConstructorDecl::ConstructorDecl(swift::DeclName, swift::SourceLoc, swift::OptionalTypeKind, swift::SourceLoc, swift::Pattern*, swift::Pattern*, swift::GenericParamList*, swift::DeclContext*)
1 swift::ConstructorDecl::getDelegatingOrChainedInitKind(swift::DiagnosticEngine*, swift::ApplyExpr**)
4 swift::Decl::getRawComment() const
2 swift::Decl::getSourceRange() const
1 swift::Decl::operator new(unsigned long, swift::ASTContext&, unsigned int)
2 swift::Decl::print(swift::ASTPrinter&, swift::PrintOptions const&) const
2 swift::DeclContext::isClassOrClassExtensionContext() const
9090 swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, unsigned int, swift::LazyResolver*, llvm::SmallVectorImpl<swift::ValueDecl*>&) const
7 swift::DeclName::DeclName(swift::ASTContext&, swift::Identifier, llvm::ArrayRef<swift::Identifier>)
72 swift::DeclName::printPretty(llvm::raw_ostream&) const
1 swift::DeclRefExpr::setSpecialized()
1 swift::Demangle::demangleSymbolAsNode(char const*, unsigned long, swift::Demangle::DemangleOptions const&)
1 swift::DependencyFileGenerator::writeToStream(llvm::raw_ostream&) const
18 swift::DependentMemberType::get(swift::Type, swift::AssociatedTypeDecl*, swift::ASTContext const&)
2 swift::DependentMemberType::get(swift::Type, swift::Identifier, swift::ASTContext const&)
4 swift::DerivedConformance::deriveEquatable(swift::TypeChecker&, swift::NominalTypeDecl*, swift::ValueDecl*)
57 swift::DiagnosticEngine::diagnose(swift::SourceLoc, swift::Diagnostic const&)
11930 swift::DiagnosticEngine::flushActiveDiagnostic()
2 swift::DictionaryType::get(swift::Type, swift::Type)
7 swift::EnumDecl::isSimpleEnum() const
14 swift::EnumType::get(swift::EnumDecl*, swift::Type, swift::ASTContext const&)
3 swift::Expr::getLoc() const
5 swift::Expr::getSourceRange() const
2798 swift::Expr::walk(swift::ASTWalker&)
1 swift::ExtensionDecl::create(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::ExtensionDecl::RefComponent>, llvm::MutableArrayRef<swift::TypeLoc>, swift::DeclContext*, swift::ClangNode)
21 swift::ExtensionDecl::getMembers(bool) const
157 swift::FileUnit::forAllVisibleModules(std::__1::function<bool (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>)
2 swift::ForStmt::getSourceRange() const
1 swift::FuncDecl::FuncDecl(swift::SourceLoc, swift::StaticSpellingKind, swift::SourceLoc, swift::DeclName, swift::SourceLoc, unsigned int, swift::GenericParamList*, swift::Type, swift::DeclContext*)
2 swift::FuncDecl::create(swift::ASTContext&, swift::SourceLoc, swift::StaticSpellingKind, swift::SourceLoc, swift::DeclName, swift::SourceLoc, swift::GenericParamList*, swift::Type, llvm::ArrayRef<swift::Pattern*>, swift::TypeLoc, swift::DeclContext*, swift::ClangNode)
3 swift::FuncDecl::getDynamicSelf() const
3 swift::FuncDecl::getObjCSelector() const
6 swift::FuncDecl::isUnaryOperator() const
21 swift::FuncDecl::setDeserializedSignature(llvm::ArrayRef<swift::Pattern*>, swift::TypeLoc)
77 swift::FunctionType::get(swift::Type, swift::Type, swift::AnyFunctionType::ExtInfo const&)
42 swift::GenericFunctionType::get(swift::GenericSignature*, swift::Type, swift::Type, swift::AnyFunctionType::ExtInfo const&)
44 swift::GenericParamList::addNestedArchetypes(swift::ArchetypeType*, llvm::SmallPtrSetImpl<swift::ArchetypeType*>&, llvm::SmallVectorImpl<swift::ArchetypeType*>&)
48 swift::GenericParamList::create(swift::ASTContext const&, swift::SourceLoc, llvm::ArrayRef<swift::GenericTypeParamDecl*>, swift::SourceLoc, llvm::MutableArrayRef<swift::RequirementRepr>, swift::SourceLoc)
2 swift::GenericParamList::create(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::GenericTypeParamDecl*>, swift::SourceLoc)
46 swift::GenericParamList::deriveAllArchetypes(llvm::ArrayRef<swift::GenericTypeParamDecl*>, llvm::SmallVectorImpl<swift::ArchetypeType*>&)
2 swift::GenericParamList::getAsCanonicalGenericSignature(llvm::DenseMap<swift::ArchetypeType*, swift::Type, llvm::DenseMapInfo<swift::ArchetypeType*> >&, swift::ASTContext&) const
3 swift::GenericParamList::getSubstitutionMap(llvm::ArrayRef<swift::Substitution>) const
27 swift::GenericSignature::Profile(llvm::FoldingSetNodeID&)
26 swift::GenericSignature::get(llvm::ArrayRef<swift::GenericTypeParamType*>, llvm::ArrayRef<swift::Requirement>)
1 swift::GenericSignature::getCanonical(llvm::ArrayRef<swift::GenericTypeParamType*>, llvm::ArrayRef<swift::Requirement>)
39 swift::GenericTypeParamDecl::GenericTypeParamDecl(swift::DeclContext*, swift::Identifier, swift::SourceLoc, unsigned int, unsigned int)
27 swift::GenericTypeParamType::get(unsigned int, unsigned int, swift::ASTContext const&)
1 swift::GenericTypeResolver::~GenericTypeResolver()
3 swift::GenericTypeToArchetypeResolver::resolveGenericTypeParamType(swift::GenericTypeParamType*)
2 swift::IdentTypeRepr::create(swift::ASTContext&, llvm::ArrayRef<swift::ComponentIdentTypeRepr*>)
2 swift::ImplicitlyUnwrappedOptionalType::get(swift::Type)
2 swift::ImportDecl::findBestImportKind(llvm::ArrayRef<swift::ValueDecl*>)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<>(swift::Decl const*, swift::Diag<>, swift::detail::PassArgument<>::type)
62 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<>(swift::SourceLoc, swift::Diag<>, swift::detail::PassArgument<>::type)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<llvm::StringRef>(swift::SourceLoc, swift::Diag<llvm::StringRef>, swift::detail::PassArgument<llvm::StringRef>::type)
6 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::DeclName>(swift::Decl const*, swift::Diag<swift::DeclName>, swift::detail::PassArgument<swift::DeclName>::type)
3 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Identifier, swift::Identifier>(swift::SourceLoc, swift::Diag<swift::Identifier, swift::Identifier>, swift::detail::PassArgument<swift::Identifier, swift::Identifier>::type)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Identifier, swift::Type, swift::Type>(swift::SourceLoc, swift::Diag<swift::Identifier, swift::Type, swift::Type>, swift::detail::PassArgument<swift::Identifier, swift::Type, swift::Type>::type)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Identifier, unsigned int>(swift::SourceLoc, swift::Diag<swift::Identifier, unsigned int>, swift::detail::PassArgument<swift::Identifier, unsigned int>::type)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Identifier>(swift::Decl const*, swift::Diag<swift::Identifier>, swift::detail::PassArgument<swift::Identifier>::type)
22 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Identifier>(swift::SourceLoc, swift::Diag<swift::Identifier>, swift::detail::PassArgument<swift::Identifier>::type)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Type, swift::Type>(swift::SourceLoc, swift::Diag<swift::Type, swift::Type>, swift::detail::PassArgument<swift::Type, swift::Type>::type)
8 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::Type>(swift::SourceLoc, swift::Diag<swift::Type>, swift::detail::PassArgument<swift::Type>::type)
3 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<swift::TypeLoc, swift::TypeLoc>(swift::SourceLoc, swift::Diag<swift::TypeLoc, swift::TypeLoc>, swift::detail::PassArgument<swift::TypeLoc, swift::TypeLoc>::type)
1 swift::InFlightDiagnostic swift::DiagnosticEngine::diagnose<unsigned int, swift::Type, swift::Type>(swift::SourceLoc, swift::Diag<unsigned int, swift::Type, swift::Type>, swift::detail::PassArgument<unsigned int, swift::Type, swift::Type>::type)
7 swift::InFlightDiagnostic swift::Parser::diagnose<>(swift::SourceLoc, swift::Diag<>)
3 swift::InFlightDiagnostic swift::Parser::diagnose<>(swift::Token, swift::Diag<>)
15 swift::InFlightDiagnostic::fixItReplaceChars(swift::SourceLoc, swift::SourceLoc, llvm::StringRef)
35 swift::InFlightDiagnostic::highlight(swift::SourceRange)
18 swift::InOutType::get(swift::Type)
2 swift::IntegerLiteralExpr::getValue() const
19 swift::IterableDeclContext::getMembers() const
27 swift::IterableDeclContext::loadAllMembers() const
2 swift::LangOptions::getTargetConfigOption(llvm::StringRef)
2 swift::Lexer::getEncodedStringSegment(llvm::StringRef, llvm::SmallVectorImpl<char>&)
61 swift::Lexer::getLocForEndOfToken(swift::SourceManager const&, swift::SourceLoc)
2 swift::Lexer::getTokenAt(swift::SourceLoc)
121 swift::Lexer::lexIdentifier()
132 swift::Lexer::lexImpl()
5 swift::Lexer::lexNumber()
18 swift::Lexer::lexOperatorIdentifier()
15 swift::Lexer::lexStringLiteral()
2 swift::Lexer::lexUnicodeEscape(char const*&, swift::Lexer*)
5 swift::Lowering::SILGenFunction::emitApplyExpr(swift::ApplyExpr*, swift::Lowering::SGFContext)
1 swift::Lowering::SILGenFunction::emitClassConstructorAllocator(swift::ConstructorDecl*)
1 swift::Lowering::SILGenFunction::emitClosureValue(swift::SILLocation, swift::SILDeclRef, llvm::ArrayRef<swift::Substitution>, swift::AnyFunctionRef)
1 swift::Lowering::SILGenFunction::emitCurryThunk(swift::FuncDecl*, swift::SILDeclRef, swift::SILDeclRef)
2 swift::Lowering::SILGenFunction::emitExprInto(swift::Expr*, swift::Lowering::Initialization*)
5 swift::Lowering::SILGenFunction::emitFunction(swift::FuncDecl*)
2 swift::Lowering::SILGenFunction::emitGeneratorFunction(swift::SILDeclRef, swift::Expr*)
1 swift::Lowering::SILGenFunction::emitGlobalFunctionRef(swift::SILLocation, swift::SILDeclRef, swift::Lowering::SILConstantInfo)
3 swift::Lowering::SILGenFunction::emitIgnoredExpr(swift::Expr*)
1 swift::Lowering::SILGenFunction::emitLazyGlobalInitializer(swift::PatternBindingDecl*)
1 swift::Lowering::SILGenFunction::emitManagedBufferWithCleanup(swift::SILValue)
1 swift::Lowering::SILGenFunction::emitProlog(llvm::ArrayRef<swift::Pattern*>, swift::Type, swift::DeclContext*)
2 swift::Lowering::SILGenFunction::emitProtocolWitness(swift::ProtocolConformance*, swift::SILDeclRef, swift::SILDeclRef, llvm::ArrayRef<swift::Substitution>, swift::Lowering::IsFreeFunctionWitness_t, swift::Lowering::HasInOutSelfAbstractionDifference_t)
2 swift::Lowering::SILGenFunction::emitRValue(swift::Expr*, swift::Lowering::SGFContext)
2 swift::Lowering::SILGenFunction::emitRValueAsSingleValue(swift::Expr*, swift::Lowering::SGFContext)
1 swift::Lowering::SILGenFunction::emitRValueForDecl(swift::SILLocation, swift::ConcreteDeclRef, swift::Type, swift::AccessKind, swift::Lowering::SGFContext)
2 swift::Lowering::SILGenFunction::emitRValueForPropertyLoad(swift::SILLocation, swift::Lowering::ManagedValue, bool, swift::VarDecl*, llvm::ArrayRef<swift::Substitution>, swift::AccessKind, swift::Type, swift::Lowering::SGFContext)
1 swift::Lowering::SILGenFunction::emitReturnExpr(swift::SILLocation, swift::Expr*)
7 swift::Lowering::SILGenFunction::visitBraceStmt(swift::BraceStmt*)
1 swift::Lowering::SILGenFunction::visitForEachStmt(swift::ForEachStmt*)
1 swift::Lowering::SILGenFunction::visitFuncDecl(swift::FuncDecl*)
1 swift::Lowering::SILGenFunction::visitNominalTypeDecl(swift::NominalTypeDecl*)
2 swift::Lowering::SILGenFunction::visitPatternBindingDecl(swift::PatternBindingDecl*)
2 swift::Lowering::SILGenModule::emitAbstractFuncDecl(swift::AbstractFunctionDecl*)
1 swift::Lowering::SILGenModule::emitClosure(swift::AbstractClosureExpr*)
3 swift::Lowering::SILGenModule::emitConstructor(swift::ConstructorDecl*)
1 swift::Lowering::SILGenModule::emitCurryThunk(swift::SILDeclRef, swift::SILDeclRef, swift::FuncDecl*)
2 swift::Lowering::SILGenModule::emitDefaultArgGenerators(llvm::PointerUnion<swift::ValueDecl*, swift::AbstractClosureExpr*>, llvm::ArrayRef<swift::Pattern*>)
8 swift::Lowering::SILGenModule::emitFunction(swift::FuncDecl*)
1 swift::Lowering::SILGenModule::emitGlobalInitialization(swift::PatternBindingDecl*)
1 swift::Lowering::SILGenModule::emitLazyGlobalInitializer(llvm::StringRef, swift::PatternBindingDecl*)
3 swift::Lowering::SILGenModule::emitProtocolWitness(swift::ProtocolConformance*, swift::SILLinkage, swift::SILDeclRef, swift::SILDeclRef, swift::Lowering::IsFreeFunctionWitness_t, llvm::ArrayRef<swift::Substitution>)
14 swift::Lowering::SILGenModule::emitSourceFile(swift::SourceFile*, unsigned int)
4 swift::Lowering::SILGenModule::getFunction(swift::SILDeclRef, swift::ForDefinition_t)
3 swift::Lowering::SILGenModule::getWitnessTable(swift::ProtocolConformance*)
1 swift::Lowering::SILGenModule::visitExtensionDecl(swift::ExtensionDecl*)
8 swift::Lowering::SILGenModule::visitNominalTypeDecl(swift::NominalTypeDecl*)
5 swift::Lowering::TypeConverter::getConstantInfo(swift::SILDeclRef)
1 swift::Lowering::TypeConverter::getLoweredASTFunctionType(swift::CanTypeWrapper<swift::AnyFunctionType>, unsigned int, swift::AnyFunctionType::ExtInfo)
6 swift::Lowering::TypeConverter::getTypeLowering(swift::Lowering::AbstractionPattern, swift::Type, unsigned int)
1 swift::Lowering::TypeConverter::getTypeLowering(swift::SILType)
7 swift::Lowering::TypeConverter::getTypeLoweringForUncachedLoweredType(swift::Lowering::TypeConverter::TypeKey)
6 swift::Lowering::TypeLowering const* swift::CanTypeVisitor<(anonymous namespace)::LowerType, swift::Lowering::TypeLowering const*>::visit<>(swift::CanType)
1 swift::Mangle::Mangler::mangleIdentifier(swift::Identifier, swift::Mangle::OperatorFixity)
9 swift::Mangle::Mangler::mangleNominalType(swift::NominalTypeDecl*, swift::ResilienceExpansion, swift::Mangle::Mangler::BindGenerics, swift::GenericParamList*)
7 swift::Mangle::Mangler::mangleType(swift::CanType, swift::ResilienceExpansion, unsigned int)
2 swift::Mangle::Mangler::tryMangleStandardSubstitution(swift::NominalTypeDecl*)
2 swift::Mangle::Mangler::tryMangleSubstitution(void*)
166 swift::MetatypeType::get(swift::Type, swift::Optional<swift::MetatypeRepresentation>, swift::ASTContext const&)
157 swift::Module::forAllVisibleModules(llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, bool, std::__1::function<bool (std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>)>)
33 swift::Module::lookupConformance(swift::Type, swift::ProtocolDecl*, swift::LazyResolver*)
18 swift::Module::lookupValue(llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::DeclName, swift::NLKind, llvm::SmallVectorImpl<swift::ValueDecl*>&) const
1 swift::ModuleFile::DeclCommentTableInfo::ReadData(llvm::StringRef, unsigned char const*, unsigned int)
2 swift::ModuleFile::ModuleFile(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, bool)
9 swift::ModuleFile::configureStorage(swift::AbstractStorageDecl*, unsigned int, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>)
5 swift::ModuleFile::getCommentForDecl(swift::Decl const*)
160 swift::ModuleFile::getDecl(swift::Fixnum<31u, unsigned int>, swift::Optional<swift::DeclContext*>)
63 swift::ModuleFile::getImportedModules(llvm::SmallVectorImpl<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> >&, swift::Module::ImportFilter)
138 swift::ModuleFile::getType(swift::Fixnum<31u, unsigned int>)
1 swift::ModuleFile::loadAllMembers(swift::Decl const*, unsigned long long, bool*)
10 swift::ModuleFile::loadExtensions(swift::NominalTypeDecl*)
70 swift::ModuleFile::lookupValue(swift::DeclName, llvm::SmallVectorImpl<swift::ValueDecl*>&)
29 swift::ModuleFile::maybeReadConformance(swift::Type, llvm::BitstreamCursor&)
72 swift::ModuleFile::maybeReadGenericParams(swift::DeclContext*, llvm::BitstreamCursor&, swift::GenericParamList*)
55 swift::ModuleFile::maybeReadPattern()
2 swift::ModuleFile::maybeReadSubstitution(llvm::BitstreamCursor&)
7 swift::ModuleFile::readMembers()
5 swift::ModuleFile::readReferencedConformance(swift::ProtocolDecl*, swift::Fixnum<31u, unsigned int>, swift::Fixnum<31u, unsigned int>, llvm::BitstreamCursor&)
2 swift::ModuleFile::resolveCrossReference(swift::Module*, unsigned int)
24 swift::NominalType::get(swift::NominalTypeDecl*, swift::Type, swift::ASTContext const&)
5 swift::NominalTypeDecl::classifyAsOptionalType() const
26 swift::NominalTypeDecl::computeInterfaceType() const
387 swift::NominalTypeDecl::computeType()
1616 swift::NominalTypeDecl::getDeclaredTypeInContext() const
11 swift::NominalTypeDecl::getExtensions()
5 swift::NominalTypeDecl::getMembers(bool) const
23 swift::NominalTypeDecl::getProtocols(bool) const
25 swift::NominalTypeDecl::lookupDirect(swift::DeclName)
44 swift::NominalTypeDecl::prepareLookupTable()
1 swift::NormalProtocolConformance::setTypeWitness(swift::AssociatedTypeDecl*, swift::Substitution const&) const
2 swift::ObjCAttr::createUnnamedImplicit(swift::ASTContext&)
1 swift::Optional<std::__1::pair<swift::api_notes::ContextID, swift::api_notes::ObjCContextInfo> >::operator=(swift::Optional<std::__1::pair<swift::api_notes::ContextID, swift::api_notes::ObjCContextInfo> >&&)
74 swift::Optional<swift::Diagnostic>::operator=(swift::Optional<swift::Diagnostic>&&)
1 swift::Optional<swift::InfixOperatorDecl*> lookupOperatorDeclForName<swift::InfixOperatorDecl>(swift::FileUnit const&, swift::SourceLoc, swift::Identifier, bool, llvm::DenseMap<swift::Identifier, llvm::PointerIntPair<swift::InfixOperatorDecl*, 1u, bool, llvm::PointerLikeTypeTraits<swift::InfixOperatorDecl*> >, llvm::DenseMapInfo<swift::Identifier> > swift::SourceFile::*)
10 swift::OptionalType::get(swift::Type)
17 swift::ParenType::get(swift::ASTContext const&, swift::Type)
3 swift::Parser::ParsedAccessors::record(swift::Parser&, swift::AbstractStorageDecl*, bool, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::SourceLoc, swift::DeclAttributes const&, swift::TypeLoc, swift::Pattern*, llvm::SmallVectorImpl<swift::Decl*>&)
2 swift::Parser::canParseType()
22 swift::Parser::consumeToken()
1 swift::Parser::createBindingFromPattern(swift::SourceLoc, swift::Identifier, bool)
5 swift::Parser::diagnose(swift::Token, swift::Diagnostic)
5 swift::Parser::diagnoseRedefinition(swift::ValueDecl*, swift::ValueDecl*)
19 swift::Parser::isStartOfDecl()
13956 swift::Parser::parseBraceItemList(swift::Diag<>)
54634 swift::Parser::parseBraceItems(llvm::SmallVectorImpl<swift::ASTNode>&, swift::BraceItemListKind, swift::BraceItemListKind)
1 swift::Parser::parseClosureSignatureIfPresent(llvm::SmallVectorImpl<swift::CaptureListEntry>&, swift::Pattern*&, swift::SourceLoc&, swift::TypeRepr*&, swift::SourceLoc&)
244 swift::Parser::parseConstructorArguments(swift::DeclName&, swift::Pattern*&, swift::Parser::DefaultArgumentInfo&)
59689 swift::Parser::parseDecl(llvm::SmallVectorImpl<swift::Decl*>&, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>)
6527 swift::Parser::parseDeclClass(swift::SourceLoc, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
2435 swift::Parser::parseDeclDeinit(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
3952 swift::Parser::parseDeclEnum(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
3042 swift::Parser::parseDeclEnumCase(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&, llvm::SmallVectorImpl<swift::Decl*>&)
2120 swift::Parser::parseDeclExtension(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
7020 swift::Parser::parseDeclFunc(swift::SourceLoc, swift::StaticSpellingKind, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
1 swift::Parser::parseDeclIfConfig(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>)
12 swift::Parser::parseDeclImport(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
1900 swift::Parser::parseDeclInit(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
5448 swift::Parser::parseDeclProtocol(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
4903 swift::Parser::parseDeclStruct(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&)
3 swift::Parser::parseDeclSubscript(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&, llvm::SmallVectorImpl<swift::Decl*>&)
4 swift::Parser::parseDeclTypeAlias(bool, bool, swift::DeclAttributes&)
10690 swift::Parser::parseDeclVar(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::DeclAttributes&, llvm::SmallVectorImpl<swift::Decl*>&, swift::SourceLoc, swift::StaticSpellingKind)
6379 swift::Parser::parseDeclVarGetSet(swift::Pattern*, swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::SourceLoc, swift::DeclAttributes const&, llvm::SmallVectorImpl<swift::Decl*>&)
825 swift::Parser::parseExprArray(swift::SourceLoc, swift::Expr*)
2092 swift::Parser::parseExprCallSuffix(swift::ParserResult<swift::Expr>, swift::Identifier, swift::SourceLoc)
22513 swift::Parser::parseExprClosure()
5879 swift::Parser::parseExprCollection()
416 swift::Parser::parseExprDictionary(swift::SourceLoc, swift::Expr*)
6 swift::Parser::parseExprIdentifier()
28144 swift::Parser::parseExprImpl(swift::Diag<>, bool)
5827 swift::Parser::parseExprList(swift::tok, swift::tok)
17919 swift::Parser::parseExprOrStmt(swift::ASTNode&)
34208 swift::Parser::parseExprPostfix(swift::Diag<>, bool)
34199 swift::Parser::parseExprSequence(swift::Diag<>, bool, bool)
34364 swift::Parser::parseExprUnary(swift::Diag<>, bool)
340 swift::Parser::parseFunctionArguments(llvm::SmallVectorImpl<swift::Identifier>&, llvm::SmallVectorImpl<swift::Pattern*>&, swift::Parser::ParameterContextKind, swift::Parser::DefaultArgumentInfo&)
340 swift::Parser::parseFunctionSignature(swift::Identifier, swift::DeclName&, llvm::SmallVectorImpl<swift::Pattern*>&, swift::Parser::DefaultArgumentInfo&, swift::TypeRepr*&)
2 swift::Parser::parseGenericArguments(llvm::SmallVectorImpl<swift::TypeRepr*>&, swift::SourceLoc&, swift::SourceLoc&)
1 swift::Parser::parseGenericParameters(swift::SourceLoc)
6377 swift::Parser::parseGetSetImpl(swift::OptionSet<swift::Parser::ParseDeclFlags, unsigned int>, swift::Pattern*, swift::TypeLoc, swift::Parser::ParsedAccessors&, swift::SourceLoc&, swift::SourceLoc, swift::SourceLoc, llvm::SmallVectorImpl<swift::Decl*>&)
7 swift::Parser::parseIdentifier(swift::Identifier&, swift::SourceLoc&, swift::Diagnostic const&)
2 swift::Parser::parseInheritance(llvm::SmallVectorImpl<swift::TypeLoc>&, swift::SourceLoc*)
1 swift::Parser::parseLineDirective()
30595 swift::Parser::parseList(swift::tok, swift::SourceLoc, swift::SourceLoc&, swift::tok, bool, bool, swift::Diag<>, std::__1::function<swift::ParserStatus ()>)
4041 swift::Parser::parseMatchingPattern()
2301 swift::Parser::parseMatchingPatternVarOrVal()
7 swift::Parser::parseMatchingToken(swift::tok, swift::SourceLoc&, swift::Diag<>, swift::SourceLoc)
2 swift::Parser::parseNewDeclAttribute(swift::DeclAttributes&, swift::SourceLoc, swift::DeclAttrKind)
584 swift::Parser::parseParameterClause(swift::SourceLoc&, llvm::SmallVectorImpl<swift::Parser::ParsedParameter>&, swift::SourceLoc&, swift::Parser::DefaultArgumentInfo*, swift::Parser::ParameterContextKind)
20 swift::Parser::parsePattern(bool)
17 swift::Parser::parsePatternAtom(bool)
17 swift::Parser::parsePatternTupleAfterLP(bool, swift::SourceLoc)
6807 swift::Parser::parseStmt()
3 swift::Parser::parseStmtCase()
2 swift::Parser::parseStmtCondition(llvm::PointerUnion<swift::PatternBindingDecl*, swift::Expr*>&, swift::Diag<>)
1948 swift::Parser::parseStmtForCStyle(swift::SourceLoc, swift::LabeledStmtInfo)
1149 swift::Parser::parseStmtForEach(swift::SourceLoc, swift::LabeledStmtInfo)
2777 swift::Parser::parseStmtIf()
930 swift::Parser::parseStmtReturn()
7 swift::Parser::parseStmtSwitch(swift::LabeledStmtInfo)
33 swift::Parser::parseToken(swift::tok, swift::SourceLoc&, swift::Diagnostic const&)
11784 swift::Parser::parseTopLevel()
11 swift::Parser::parseType(swift::Diag<>)
1 swift::Parser::parseTypeAttribute(swift::TypeAttributes&, bool)
10 swift::Parser::parseTypeIdentifier()
13 swift::Parser::parseTypeSimple(swift::Diag<>)
16 swift::Parser::parseTypeTupleBody()
3 swift::Parser::parseVersionTuple(clang::VersionTuple&, swift::SourceRange&, swift::Diagnostic const&)
462 swift::Parser::skipSingle()
7 swift::Parser::skipUntilGreaterInTypeList()
2 swift::PartialGenericTypeToArchetypeResolver::resolveGenericTypeParamType(swift::GenericTypeParamType*)
636 swift::Pattern::forEachVariable(std::__1::function<void (swift::VarDecl*)> const&) const
5 swift::Pattern::operator new(unsigned long, swift::ASTContext&)
1 swift::PatternBindingDecl::hasStorage() const
19 swift::PolymorphicFunctionType::get(swift::Type, swift::Type, swift::GenericParamList*, swift::AnyFunctionType::ExtInfo const&)
2 swift::PrettyStackTraceExpr::print(llvm::raw_ostream&) const
11981 swift::PrintingDiagnosticConsumer::handleDiagnostic(swift::SourceManager&, swift::SourceLoc, swift::DiagnosticKind, llvm::StringRef, swift::DiagnosticInfo const&)
4 swift::ProtocolCompositionType::build(swift::ASTContext const&, llvm::ArrayRef<swift::Type>)
1 swift::ProtocolCompositionTypeRepr::create(swift::ASTContext&, llvm::ArrayRef<swift::IdentTypeRepr*>, swift::SourceLoc, swift::SourceRange)
3 swift::ProtocolDecl::requiresClassSlow()
91 swift::ProtocolType::canonicalizeProtocols(llvm::SmallVectorImpl<swift::ProtocolDecl*>&)
6 swift::Range<swift::NestedGenericParamListIterator<swift::ArchetypeType*, &(swift::GenericParamList::getAllArchetypes() const)> >::Range(swift::NestedGenericParamListIterator<swift::ArchetypeType*, &(swift::GenericParamList::getAllArchetypes() const)> const&, swift::NestedGenericParamListIterator<swift::ArchetypeType*, &(swift::GenericParamList::getAllArchetypes() const)> const&)
1 swift::RequirementRepr::print(llvm::raw_ostream&) const
3 swift::RunImmediately(swift::CompilerInstance&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&, swift::IRGenOptions&, swift::SILOptions const&)
2 swift::SILCombiner::visitApplyInst(swift::ApplyInst*)
1 swift::SILCombiner::visitLoadInst(swift::LoadInst*)
3 swift::SILCombiner::visitUncheckedAddrCastInst(swift::UncheckedAddrCastInst*)
1 swift::SILCombiner::visitUncheckedTrivialBitCastInst(swift::UncheckedTrivialBitCastInst*)
1 swift::SILDeserializer::getBBForDefinition(swift::SILFunction*, unsigned int)
1 swift::SILDeserializer::getBBForReference(swift::SILFunction*, unsigned int)
4 swift::SILDeserializer::readSILInstruction(swift::SILFunction*, swift::SILBasicBlock*, unsigned int, llvm::SmallVectorImpl<unsigned long long>&)
1 swift::SILFunction* swift::Lowering::SILGenModule::preEmitFunction<swift::AbstractClosureExpr>(swift::SILDeclRef, swift::AbstractClosureExpr*, swift::SILLocation)
1 swift::SILFunction* swift::Lowering::SILGenModule::preEmitFunction<swift::ConstructorDecl>(swift::SILDeclRef, swift::ConstructorDecl*, swift::SILLocation)
2 swift::SILFunction* swift::Lowering::SILGenModule::preEmitFunction<swift::FuncDecl>(swift::SILDeclRef, swift::FuncDecl*, swift::SILLocation)
1 swift::SILFunctionType::substGenericArgs(swift::SILModule&, swift::Module*, llvm::ArrayRef<swift::Substitution>)
14 swift::SILModule::constructSIL(swift::Module*, swift::SourceFile*, swift::Optional<unsigned int>)
3 swift::SILVisitor<(anonymous namespace)::ClosureSpecCloner, void>::visit(swift::ValueBase*)
11 swift::SILVisitor<(anonymous namespace)::IRGenSILFunction, void>::visit(swift::ValueBase*)
28 swift::ScopeInfo::addToScope(swift::ValueDecl*, swift::Parser&)
1 swift::SequenceExpr::create(swift::ASTContext&, llvm::ArrayRef<swift::Expr*>)
1 swift::SerializedASTFile::getCommentForDecl(swift::Decl const*) const
13 swift::SourceFile::getCache() const
11831 swift::SourceManager::GetMessage(swift::SourceLoc, llvm::SourceMgr::DiagKind, llvm::Twine const&, llvm::ArrayRef<llvm::SMRange>, llvm::ArrayRef<llvm::SMFixIt>) const
1 swift::SourceManager::addNewSourceBuffer(llvm::MemoryBuffer*)
39 swift::StreamPrinter::printText(llvm::StringRef)
1 swift::StringLiteralExpr::StringLiteralExpr(llvm::StringRef, swift::SourceRange)
42 swift::StructType::get(swift::StructDecl*, swift::Type, swift::ASTContext const&)
1 swift::SubstTypeVisitor<(anonymous namespace)::DestructureInputs, void>::visit(swift::CanType, swift::CanType)
33 swift::SubstitutedType::get(swift::Type, swift::Type, swift::ASTContext const&)
11 swift::TupleExpr::create(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::Expr*>, llvm::ArrayRef<swift::Identifier>, llvm::ArrayRef<swift::SourceLoc>, swift::SourceLoc, bool, bool, swift::Type)
20 swift::TuplePattern::create(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::TuplePatternElt>, swift::SourceLoc, bool, swift::SourceLoc, swift::Optional<bool>)
9 swift::TuplePattern::createSimple(swift::ASTContext&, swift::SourceLoc, llvm::ArrayRef<swift::TuplePatternElt>, swift::SourceLoc, bool, swift::SourceLoc)
83 swift::TupleType::get(llvm::ArrayRef<swift::TupleTypeElt>, swift::ASTContext const&)
1 swift::Type::findIf(std::__1::function<bool (swift::Type)> const&) const
1 swift::Type::getString(swift::PrintOptions const&) const
5 swift::Type::print(llvm::raw_ostream&, swift::PrintOptions const&) const
3 swift::Type::print(swift::ASTPrinter&, swift::PrintOptions const&) const
19 swift::Type::subst(swift::Module*, llvm::DenseMap<swift::TypeBase*, swift::Type, llvm::DenseMapInfo<swift::TypeBase*> >&, bool, swift::LazyResolver*) const
453 swift::Type::transform(std::__1::function<swift::Type (swift::Type)> const&) const
1156 swift::Type::walk(swift::TypeWalker&) const
1 swift::TypeAliasDecl* swift::ClangImporter::Implementation::createDeclWithClangNode<swift::TypeAliasDecl, swift::SourceLoc, swift::Identifier&, swift::SourceLoc&, swift::TypeLoc, swift::DeclContext*&>(swift::ClangNode, swift::SourceLoc&&, swift::Identifier&&&, swift::SourceLoc&&&, swift::TypeLoc&&, swift::DeclContext*&&&)
20 swift::TypeAliasDecl::TypeAliasDecl(swift::SourceLoc, swift::Identifier, swift::SourceLoc, swift::TypeLoc, swift::DeclContext*)
3 swift::TypeBase::gatherAllSubstitutions(swift::Module*, llvm::SmallVectorImpl<swift::Substitution>&, swift::LazyResolver*)
59 swift::TypeBase::getAnyOptionalObjectType(swift::OptionalTypeKind&)
1697 swift::TypeBase::getCanonicalType()
72 swift::TypeBase::getDesugaredType()
1 swift::TypeBase::getRelabeledType(swift::ASTContext&, llvm::ArrayRef<swift::Identifier>)
25 swift::TypeBase::getSuperclass(swift::LazyResolver*)
66 swift::TypeBase::getTypeOfMember(swift::Module*, swift::ValueDecl const*, swift::LazyResolver*, swift::Type)
21 swift::TypeBase::getTypeVariables(llvm::SmallVectorImpl<swift::TypeVariableType*>&)
1 swift::TypeBase::hasReferenceSemantics()
1 swift::TypeBase::isAnyClassReferenceType()
40 swift::TypeBase::isEqual(swift::Type)
39 swift::TypeBase::isExistentialType(llvm::SmallVectorImpl<swift::ProtocolDecl*>&)
27 swift::TypeBase::isSpecialized()
3 swift::TypeBase::isUnspecializedGeneric()
51 swift::TypeBase::operator new(unsigned long, swift::ASTContext const&, swift::AllocationArena, unsigned int)
617 swift::TypeChecker::addImplicitConstructors(swift::NominalTypeDecl*, llvm::SmallVectorImpl<swift::Decl*>&)
1 swift::TypeChecker::addImplicitDestructor(swift::ClassDecl*)
449 swift::TypeChecker::applyGenericArguments(swift::Type, swift::SourceLoc, swift::DeclContext*, llvm::MutableArrayRef<swift::TypeLoc>, swift::GenericTypeResolver*)
3 swift::TypeChecker::buildArrayInjectionFnRef(swift::DeclContext*, swift::ArraySliceType*, swift::Type, swift::SourceLoc)
14 swift::TypeChecker::callWitness(swift::Expr*, swift::DeclContext*, swift::ProtocolDecl*, swift::ProtocolConformance*, swift::DeclName, llvm::MutableArrayRef<swift::Expr*>, swift::Diag<>)
2 swift::TypeChecker::checkDeclAttributes(swift::Decl*)
1 swift::TypeChecker::checkDeclAttributesEarly(swift::Decl*)
7140 swift::TypeChecker::checkInheritanceClause(swift::Decl*, swift::DeclContext*, swift::GenericTypeResolver*)
245 swift::TypeChecker::checkSubstitutions(llvm::DenseMap<swift::TypeBase*, swift::Type, llvm::DenseMapInfo<swift::TypeBase*> >&, llvm::DenseMap<swift::SubstitutableType*, llvm::SmallVector<swift::ProtocolConformance*, 2u>, llvm::DenseMapInfo<swift::SubstitutableType*> >&, swift::DeclContext*, swift::SourceLoc, llvm::DenseMap<swift::TypeBase*, swift::Type, llvm::DenseMapInfo<swift::TypeBase*> >*)
66 swift::TypeChecker::coercePatternToType(swift::Pattern*&, swift::DeclContext*, swift::Type, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, swift::GenericTypeResolver*)
1 swift::TypeChecker::computeCaptures(swift::AnyFunctionRef)
1216 swift::TypeChecker::conformsToProtocol(swift::Type, swift::ProtocolDecl*, swift::DeclContext*, swift::ProtocolConformance**, swift::SourceLoc, swift::Decl*)
104 swift::TypeChecker::constructCallToSuperInit(swift::ConstructorDecl*, swift::ClassDecl*)
2 swift::TypeChecker::convertToType(swift::Expr*&, swift::Type, swift::DeclContext*)
40 swift::TypeChecker::defineDefaultConstructor(swift::NominalTypeDecl*)
1 swift::TypeChecker::fillObjCRepresentableTypeCache(swift::DeclContext const*)
2 swift::TypeChecker::getBridgedToObjC(swift::DeclContext const*, swift::Type)
7 swift::TypeChecker::getDefaultType(swift::ProtocolDecl*, swift::DeclContext*)
13 swift::TypeChecker::getInterfaceTypeFromInternalType(swift::DeclContext*, swift::Type)
15 swift::TypeChecker::getProtocol(swift::SourceLoc, swift::KnownProtocolKind)
2 swift::TypeChecker::getTypeOfRValue(swift::ValueDecl*, bool)
1 swift::TypeChecker::handleExternalDecl(swift::Decl*)
2 swift::TypeChecker::isRepresentableInObjC(swift::AbstractFunctionDecl const*, swift::ObjCReason)
2 swift::TypeChecker::isRepresentableInObjC(swift::VarDecl const*, swift::ObjCReason)
1 swift::TypeChecker::isSubstitutableFor(swift::Type, swift::ArchetypeType*, swift::DeclContext*)
31 swift::TypeChecker::lookupConstructors(swift::Type, swift::DeclContext*)
64 swift::TypeChecker::lookupMember(swift::Type, swift::DeclName, swift::DeclContext*, bool)
466 swift::TypeChecker::lookupMemberType(swift::Type, swift::Identifier, swift::DeclContext*)
11 swift::TypeChecker::resolveConformance(swift::NominalTypeDecl*, swift::ProtocolDecl*, swift::ExtensionDecl*)
12112 swift::TypeChecker::resolveIdentifierType(swift::DeclContext*, swift::IdentTypeRepr*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, bool, swift::GenericTypeResolver*, swift::ValueDecl*)
19 swift::TypeChecker::resolveImplicitConstructors(swift::NominalTypeDecl*)
497 swift::TypeChecker::resolveType(swift::TypeRepr*, swift::DeclContext*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, swift::GenericTypeResolver*, swift::ValueDecl*)
248 swift::TypeChecker::resolveTypeInContext(swift::TypeDecl*, swift::DeclContext*, bool, swift::GenericTypeResolver*)
11 swift::TypeChecker::substType(swift::Module*, swift::Type, llvm::DenseMap<swift::TypeBase*, swift::Type, llvm::DenseMapInfo<swift::TypeBase*> >&, bool)
5740 swift::TypeChecker::typeCheckAbstractFunctionBody(swift::AbstractFunctionDecl*)
2331 swift::TypeChecker::typeCheckBinding(swift::PatternBindingDecl*)
11 swift::TypeChecker::typeCheckBinding(swift::PatternBindingDecl*)::BindingListener::builtConstraints(swift::constraints::ConstraintSystem&, swift::Expr*)
2 swift::TypeChecker::typeCheckCheckedCast(swift::Type, swift::Type, swift::DeclContext*, swift::SourceLoc, swift::SourceRange, swift::SourceRange, std::__1::function<bool (swift::Type)>)
100 swift::TypeChecker::typeCheckClosureBody(swift::ClosureExpr*)
41 swift::TypeChecker::typeCheckCondition(llvm::PointerUnion<swift::PatternBindingDecl*, swift::Expr*>&, swift::DeclContext*)
450 swift::TypeChecker::typeCheckConstructorBodyUntil(swift::ConstructorDecl*, swift::SourceLoc)
9511 swift::TypeChecker::typeCheckDecl(swift::Decl*, bool)
329 swift::TypeChecker::typeCheckDestructorBodyUntil(swift::DestructorDecl*, swift::SourceLoc)
2 swift::TypeChecker::typeCheckExprPattern(swift::ExprPattern*, swift::DeclContext*, swift::Type)
3359 swift::TypeChecker::typeCheckExpression(swift::Expr*&, swift::DeclContext*, swift::Type, swift::Type, bool, swift::FreeTypeVariableBinding, swift::ExprTypeCheckListener*)
5 swift::TypeChecker::typeCheckExpressionShallow(swift::Expr*&, swift::DeclContext*, swift::Type)
58 swift::TypeChecker::typeCheckForEachBinding(swift::DeclContext*, swift::ForEachStmt*)
2 swift::TypeChecker::typeCheckForEachBinding(swift::DeclContext*, swift::ForEachStmt*)::BindingListener::builtConstraints(swift::constraints::ConstraintSystem&, swift::Expr*)
4961 swift::TypeChecker::typeCheckFunctionBodyUntil(swift::FuncDecl*, swift::SourceLoc)
2895 swift::TypeChecker::typeCheckPattern(swift::Pattern*, swift::DeclContext*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, swift::GenericTypeResolver*)
1179 swift::TypeChecker::typeCheckTopLevelCodeDecl(swift::TopLevelCodeDecl*)
13289 swift::TypeChecker::validateDecl(swift::ValueDecl*, bool)
7 swift::TypeChecker::validateExtension(swift::ExtensionDecl*)
3545 swift::TypeChecker::validateGenericFuncSignature(swift::AbstractFunctionDecl*)
5606 swift::TypeChecker::validateGenericSignature(swift::GenericParamList*, swift::DeclContext*, std::__1::function<bool (swift::ArchetypeBuilder&)>, bool&)
5601 swift::TypeChecker::validateGenericTypeSignature(swift::NominalTypeDecl*)
11626 swift::TypeChecker::validateType(swift::TypeLoc&, swift::DeclContext*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, swift::GenericTypeResolver*, swift::ValueDecl*)
4 swift::TypeDecl::getDeclaredInterfaceType() const
18 swift::TypeDecl::getDeclaredType() const
3 swift::TypeExpr::createForDecl(swift::SourceLoc, swift::TypeDecl*)
4 swift::TypeExpr::createImplicitHack(swift::SourceLoc, swift::Type, swift::ASTContext&)
1 swift::TypeLoc::getSourceRange() const
16 swift::TypeLoc::isError() const
2 swift::TypeRepr::getSourceRange() const
22 swift::TypeVisitor<(anonymous namespace)::Traversal, bool>::visit(swift::Type)
2 swift::TypeVisitor<(anonymous namespace)::TypePrinter, void>::visit(swift::Type)
27 swift::UnboundGenericType::get(swift::NominalTypeDecl*, swift::Type, swift::ASTContext const&)
9769 swift::UnqualifiedLookup::UnqualifiedLookup(swift::DeclName, swift::DeclContext*, swift::LazyResolver*, swift::SourceLoc, bool)
15 swift::ValueDecl::getInterfaceType() const
12 swift::ValueDecl::getOverloadSignature() const
11 swift::ValueDecl::overwriteType(swift::Type)
6 swift::ValueDecl::setType(swift::Type)
1 swift::api_notes::APINotesReader::APINotesReader(std::__1::unique_ptr<llvm::MemoryBuffer, std::__1::default_delete<llvm::MemoryBuffer> >, bool&)
1 swift::api_notes::APINotesReader::lookupObjCClass(llvm::StringRef)
1 swift::camel_case::getFirstWord(llvm::StringRef)
26 swift::constraints::Constraint::create(swift::constraints::ConstraintSystem&, swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::DeclName, swift::constraints::ConstraintLocator*)
9 swift::constraints::Constraint::createBindOverload(swift::constraints::ConstraintSystem&, swift::Type, swift::constraints::OverloadChoice, swift::constraints::ConstraintLocator*)
11 swift::constraints::Constraint::createDisjunction(swift::constraints::ConstraintSystem&, llvm::ArrayRef<swift::constraints::Constraint*>, swift::constraints::ConstraintLocator*, swift::constraints::RememberChoice_t)
17 swift::constraints::ConstraintGraph::Change::undo(swift::constraints::ConstraintGraph&)
27 swift::constraints::ConstraintGraph::addConstraint(swift::constraints::Constraint*)
5 swift::constraints::ConstraintGraph::computeConnectedComponents(llvm::SmallVectorImpl<swift::TypeVariableType*>&, llvm::SmallVectorImpl<unsigned int>&)
27 swift::constraints::ConstraintGraph::gatherConstraints(swift::TypeVariableType*, llvm::SmallVectorImpl<swift::constraints::Constraint*>&)
4 swift::constraints::ConstraintGraph::lookupNode(swift::TypeVariableType*)
20 swift::constraints::ConstraintGraph::removeConstraint(swift::constraints::Constraint*)
4 swift::constraints::ConstraintGraph::removeNode(swift::TypeVariableType*)
8 swift::constraints::ConstraintGraph::unbindTypeVariable(swift::TypeVariableType*, swift::Type)
17 swift::constraints::ConstraintGraphNode::addConstraint(swift::constraints::Constraint*)
13 swift::constraints::ConstraintGraphNode::getAdjacency(swift::TypeVariableType*)
1 swift::constraints::ConstraintGraphNode::print(llvm::raw_ostream&, unsigned int)
11 swift::constraints::ConstraintGraphScope::~ConstraintGraphScope()
39 swift::constraints::ConstraintLocator::Profile(llvm::FoldingSetNodeID&, swift::Expr*, llvm::ArrayRef<swift::constraints::ConstraintLocator::PathElement>)
1 swift::constraints::ConstraintLocatorBuilder::trySimplifyToExpr() const
1 swift::constraints::ConstraintSystem::ConstraintSystem(swift::TypeChecker&, swift::DeclContext*, swift::OptionSet<swift::constraints::ConstraintSystemFlags, unsigned int>)
4 swift::constraints::ConstraintSystem::SolverScope::~SolverScope()
2174 swift::constraints::ConstraintSystem::addConstraint(swift::constraints::Constraint*, bool, bool)
766 swift::constraints::ConstraintSystem::addOverloadSet(swift::Type, llvm::ArrayRef<swift::constraints::OverloadChoice>, swift::constraints::ConstraintLocator*)
22 swift::constraints::ConstraintSystem::addTypeVariableConstraintsToWorkList(swift::TypeVariableType*)
181 swift::constraints::ConstraintSystem::applySolution(swift::constraints::Solution&, swift::Expr*)
107 swift::constraints::ConstraintSystem::applySolution(swift::constraints::Solution&, swift::Expr*)::ExprWalker::walkToExprPre(swift::Expr*)
28 swift::constraints::ConstraintSystem::assignFixedType(swift::TypeVariableType*, swift::Type, bool)
4 swift::constraints::ConstraintSystem::compareSolutions(swift::constraints::ConstraintSystem&, llvm::ArrayRef<swift::constraints::Solution>, swift::constraints::SolutionDiff const&, unsigned int, unsigned int)
3 swift::constraints::ConstraintSystem::computeAssignDestType(swift::Expr*, swift::SourceLoc)
21 swift::constraints::ConstraintSystem::diagnoseFailureFromConstraints(swift::Expr*)
2 swift::constraints::ConstraintSystem::dump(llvm::raw_ostream&)
29 swift::constraints::ConstraintSystem::finalize(swift::FreeTypeVariableBinding)
2 swift::constraints::ConstraintSystem::findBestSolution(llvm::SmallVectorImpl<swift::constraints::Solution>&, bool)
1566 swift::constraints::ConstraintSystem::generateConstraints(swift::Expr*)
13 swift::constraints::ConstraintSystem::generateConstraints(swift::Pattern*, swift::constraints::ConstraintLocatorBuilder)
23 swift::constraints::ConstraintSystem::getConstraintLocator(swift::Expr*, llvm::ArrayRef<swift::constraints::ConstraintLocator::PathElement>, unsigned int)
1 swift::constraints::ConstraintSystem::getConstraintLocator(swift::constraints::ConstraintLocatorBuilder const&)
115 swift::constraints::ConstraintSystem::getFixedTypeRecursive(swift::Type, swift::TypeVariableType*&, bool, bool)
972 swift::constraints::ConstraintSystem::getTypeOfMemberReference(swift::Type, swift::ValueDecl*, bool, bool, swift::constraints::ConstraintLocatorBuilder, swift::constraints::DependentTypeOpener*)
12 swift::constraints::ConstraintSystem::getTypeOfReference(swift::ValueDecl*, bool, bool, swift::constraints::ConstraintLocatorBuilder, swift::constraints::DependentTypeOpener*)
12 swift::constraints::ConstraintSystem::lookThroughImplicitlyUnwrappedOptionalType(swift::Type)
9 swift::constraints::ConstraintSystem::lookupMember(swift::Type, swift::DeclName)
13 swift::constraints::ConstraintSystem::matchDeepEqualityTypes(swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder)
3 swift::constraints::ConstraintSystem::matchFunctionTypes(swift::FunctionType*, swift::FunctionType*, swift::constraints::TypeMatchKind, unsigned int, swift::constraints::ConstraintLocatorBuilder)
3 swift::constraints::ConstraintSystem::matchTupleTypes(swift::TupleType*, swift::TupleType*, swift::constraints::TypeMatchKind, unsigned int, swift::constraints::ConstraintLocatorBuilder)
170 swift::constraints::ConstraintSystem::matchTypes(swift::Type, swift::Type, swift::constraints::TypeMatchKind, unsigned int, swift::constraints::ConstraintLocatorBuilder)
2 swift::constraints::ConstraintSystem::mergeEquivalenceClasses(swift::TypeVariableType*, swift::TypeVariableType*)
261 swift::constraints::ConstraintSystem::openGeneric(swift::DeclContext*, llvm::ArrayRef<swift::GenericTypeParamType*>, llvm::ArrayRef<swift::Requirement>, bool, swift::constraints::DependentTypeOpener*, swift::constraints::ConstraintLocatorBuilder, llvm::DenseMap<swift::CanType, swift::TypeVariableType*, llvm::DenseMapInfo<swift::CanType> >&)
123 swift::constraints::ConstraintSystem::openType(swift::Type, swift::constraints::ConstraintLocatorBuilder, llvm::DenseMap<swift::CanType, swift::TypeVariableType*, llvm::DenseMapInfo<swift::CanType> >&, swift::DeclContext*, bool, swift::constraints::DependentTypeOpener*)
95 swift::constraints::ConstraintSystem::openType(swift::Type, swift::constraints::ConstraintLocatorBuilder, swift::DeclContext*, bool, swift::constraints::DependentTypeOpener*)
849 swift::constraints::ConstraintSystem::resolveOverload(swift::constraints::ConstraintLocator*, swift::Type, swift::constraints::OverloadChoice)
59 swift::constraints::ConstraintSystem::salvage(llvm::SmallVectorImpl<swift::constraints::Solution>&, swift::Expr*, bool)
35 swift::constraints::ConstraintSystem::simplify()
309 swift::constraints::ConstraintSystem::simplifyApplicableFnConstraint(swift::constraints::Constraint const&)
2 swift::constraints::ConstraintSystem::simplifyCheckedCastConstraint(swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder)
1 swift::constraints::ConstraintSystem::simplifyClassConstraint(swift::constraints::Constraint const&)
7 swift::constraints::ConstraintSystem::simplifyConformsToConstraint(swift::Type, swift::ProtocolDecl*, swift::constraints::ConstraintLocatorBuilder, unsigned int, bool)
2305 swift::constraints::ConstraintSystem::simplifyConstraint(swift::constraints::Constraint const&)
303 swift::constraints::ConstraintSystem::simplifyConstructionConstraint(swift::Type, swift::FunctionType*, unsigned int, swift::constraints::ConstraintLocator*)
45 swift::constraints::ConstraintSystem::simplifyFixConstraint(swift::constraints::Fix, swift::Type, swift::Type, swift::constraints::TypeMatchKind, unsigned int, swift::constraints::ConstraintLocatorBuilder)
779 swift::constraints::ConstraintSystem::simplifyMemberConstraint(swift::constraints::Constraint const&)
1 swift::constraints::ConstraintSystem::simplifyMemberConstraint(swift::constraints::Constraint const&)::$_4::operator()(swift::ValueDecl*, bool, bool) const
3 swift::constraints::ConstraintSystem::simplifyOptionalObjectConstraint(swift::constraints::Constraint const&)
9 swift::constraints::ConstraintSystem::simplifyRestrictedConstraint(swift::constraints::ConversionRestrictionKind, swift::Type, swift::Type, swift::constraints::TypeMatchKind, unsigned int, swift::constraints::ConstraintLocatorBuilder)
35 swift::constraints::ConstraintSystem::simplifyType(swift::Type, llvm::SmallPtrSet<swift::TypeVariableType*, 16u>&)
432 swift::constraints::ConstraintSystem::solve(llvm::SmallVectorImpl<swift::constraints::Solution>&, swift::FreeTypeVariableBinding)
278 swift::constraints::ConstraintSystem::solveSimplified(llvm::SmallVectorImpl<swift::constraints::Solution>&, swift::FreeTypeVariableBinding)
7 swift::constraints::ConstraintSystem::~ConstraintSystem()
1 swift::constraints::Failure::Profile(llvm::FoldingSetNodeID&)
3 swift::constraints::Failure::Profile(llvm::FoldingSetNodeID&, swift::constraints::ConstraintLocator*, swift::constraints::Failure::FailureKind, swift::constraints::ResolvedOverloadSetListItem*, swift::Type, swift::Type)
1 swift::constraints::Failure::dump(swift::SourceManager*, llvm::raw_ostream&) const
47 swift::constraints::Solution::Solution(swift::constraints::Solution&&)
2 swift::constraints::Solution::coerceToType(swift::Expr*, swift::Type, swift::constraints::ConstraintLocator*, bool) const
37 swift::constraints::Solution::computeSubstitutions(swift::Type, swift::DeclContext*, swift::Type, llvm::SmallVectorImpl<swift::Substitution>&) const
1 swift::constraints::Solution::dump(swift::SourceManager*, llvm::raw_ostream&) const
13 swift::constraints::Solution::simplifyType(swift::TypeChecker&, swift::Type) const
6 swift::constraints::matchCallArguments(llvm::ArrayRef<swift::TupleTypeElt>, llvm::ArrayRef<swift::TupleTypeElt>, bool, swift::constraints::MatchCallArgumentListener&, llvm::SmallVectorImpl<llvm::SmallVector<unsigned int, 1u> >&)
1 swift::constraints::simplifyLocator(swift::constraints::ConstraintSystem&, swift::constraints::ConstraintLocator*, swift::SourceRange&, swift::SourceRange&, swift::constraints::ConstraintLocator**)
1 swift::getBuiltinValueDecl(swift::ASTContext&, swift::Identifier)
3 swift::getLLVMIntrinsicID(llvm::StringRef, bool)
3 swift::ide::printDeclUSR(swift::ValueDecl const*, llvm::raw_ostream&)
1 swift::irgen::CallEmission::emitToExplosion(swift::irgen::Explosion&)
1 swift::irgen::CallEmission::emitToUnmappedExplosion(swift::irgen::Explosion&)
3 swift::irgen::IRGenFunction::bindArchetype(swift::ArchetypeType*, llvm::Value*, llvm::ArrayRef<llvm::Value*>)
3 swift::irgen::IRGenFunction::emitTypeMetadataRef(swift::CanType)
1 swift::irgen::IRGenFunction::emitTypeMetadataRefForLayout(swift::SILType)
1 swift::irgen::IRGenModule::createNominalType(swift::TypeDecl*)
7 swift::irgen::IRGenModule::emitGlobalTopLevel()
8 swift::irgen::IRGenModule::emitLazyDefinitions()
13 swift::irgen::IRGenModule::emitSILFunction(swift::SILFunction*)
1 swift::irgen::IRGenModule::emitSourceFile(swift::SourceFile&, unsigned int)
1 swift::irgen::IRGenModule::emitStructDecl(swift::StructDecl*)
1 swift::irgen::IRGenModule::getAddrOfValueWitnessTable(swift::CanType, llvm::Type*)
4 swift::irgen::IRGenModule::getTypeInfo(swift::SILType)
1 swift::irgen::LinkEntity::mangle(llvm::SmallVectorImpl<char>&) const
4 swift::irgen::TypeConverter::convertAnyNominalType(swift::CanType, swift::NominalTypeDecl*)
4 swift::irgen::TypeConverter::convertStructType(swift::TypeBase*, swift::CanType, swift::StructDecl*)
4 swift::irgen::TypeConverter::convertType(swift::CanType)
4 swift::irgen::TypeConverter::getTypeEntry(swift::CanType)
1 swift::irgen::emitBuiltinCall(swift::irgen::IRGenFunction&, swift::Identifier, swift::CanTypeWrapper<swift::SILFunctionType>, swift::irgen::Explosion&, swift::irgen::Explosion*, swift::irgen::Address, llvm::ArrayRef<swift::Substitution>)
2 swift::irgen::emitClassExistentialProjection(swift::irgen::IRGenFunction&, swift::irgen::Explosion&, swift::SILType, swift::CanTypeWrapper<swift::ArchetypeType>)
1 swift::irgen::emitEnumMetadata(swift::irgen::IRGenModule&, swift::EnumDecl*)
1 swift::irgen::emitMetatypeRef(swift::irgen::IRGenFunction&, swift::CanTypeWrapper<swift::MetatypeType>, swift::irgen::Explosion&)
2 swift::irgen::emitOpaqueExistentialContainerUpcast(swift::irgen::IRGenFunction&, swift::irgen::Address, swift::SILType, swift::irgen::Address, swift::SILType, bool)
2 swift::irgen::emitPolymorphicArguments(swift::irgen::IRGenFunction&, swift::CanTypeWrapper<swift::SILFunctionType>, swift::CanTypeWrapper<swift::SILFunctionType>, llvm::ArrayRef<swift::Substitution>, swift::irgen::Explosion&)
1 swift::irgen::emitPolymorphicParametersForGenericValueWitness(swift::irgen::IRGenFunction&, swift::NominalTypeDecl*, llvm::Value*)
2 swift::irgen::emitStructMetadata(swift::irgen::IRGenModule&, swift::StructDecl*)
2 swift::irgen::emitValueWitnessTable(swift::irgen::IRGenModule&, swift::CanType)
1 swift::isPlatformActive(swift::PlatformKind, swift::LangOptions&)
440 swift::namelookup::lookupInModule(swift::Module*, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::DeclName, llvm::SmallVectorImpl<swift::ValueDecl*>&, swift::NLKind, swift::namelookup::ResolutionKind, swift::LazyResolver*, swift::DeclContext const*, llvm::ArrayRef<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> >)
11783 swift::parseIntoSourceFile(swift::SourceFile&, unsigned int, bool*, swift::SILParserState*, swift::PersistentParserState*, swift::DelayedParsingCallbacks*)
1 swift::performIRGeneration(swift::IRGenOptions&, swift::Module*, swift::SILModule*, llvm::StringRef, llvm::LLVMContext&)
16 swift::performIRGeneration(swift::IRGenOptions&, swift::SourceFile&, swift::SILModule*, llvm::StringRef, llvm::LLVMContext&, unsigned int)
14 swift::performSILGeneration(swift::SourceFile&, swift::Optional<unsigned int>)
10629 swift::performTypeChecking(swift::SourceFile&, swift::TopLevelContext&, unsigned int)
765 swift::removeShadowedDecls(llvm::SmallVectorImpl<swift::ValueDecl*>&, swift::Module const*, swift::LazyResolver*)
112 swift::resolvePotentialArchetypeToType(swift::ArchetypeBuilder&, llvm::ArrayRef<swift::GenericTypeParamType*>, swift::ArchetypeBuilder::PotentialArchetype*)
1 swift::serialization::Serializer::writeBlockInfoBlock()
2 swift::verifyDiagnostics(swift::SourceManager&, llvm::ArrayRef<unsigned int>)
1 toLineList(llvm::rest::ReSTContext&, llvm::rest::SourceManager<swift::SourceLoc>&, swift::RawComment)
5743 typeCheckFunctionsAndExternalDecls(swift::TypeChecker&)
7 validateAttributes(swift::TypeChecker&, swift::Decl*)
3517 validatePatternBindingDecl(swift::TypeChecker&, swift::PatternBindingDecl*)
2078 validateTypedPattern(swift::TypeChecker&, swift::DeclContext*, swift::TypedPattern*, swift::OptionSet<swift::TypeResolutionFlags, unsigned int>, swift::GenericTypeResolver*)
100 void (anonymous namespace)::DeclChecker::checkExplicitConformance<swift::EnumDecl>(swift::EnumDecl*, swift::Type)
125 void (anonymous namespace)::DeclChecker::checkExplicitConformance<swift::StructDecl>(swift::StructDecl*, swift::Type)
158 void checkCircularity<swift::ClassDecl>(swift::TypeChecker&, swift::ClassDecl*, swift::Diag<llvm::StringRef>, swift::Diag<swift::Identifier>, llvm::SmallVectorImpl<swift::ClassDecl*>&)
69 void checkCircularity<swift::EnumDecl>(swift::TypeChecker&, swift::EnumDecl*, swift::Diag<llvm::StringRef>, swift::Diag<swift::Identifier>, llvm::SmallVectorImpl<swift::EnumDecl*>&)
79 void checkCircularity<swift::ProtocolDecl>(swift::TypeChecker&, swift::ProtocolDecl*, swift::Diag<llvm::StringRef>, swift::Diag<swift::Identifier>, llvm::SmallVectorImpl<swift::ProtocolDecl*>&)
1 void lookupInModule<llvm::DenseMap<swift::Identifier, std::__1::pair<swift::namelookup::ResolutionKind, llvm::SmallSet<swift::CanType, 4u, (anonymous namespace)::SortCanType> >, llvm::DenseMapInfo<swift::Identifier> >, swift::namelookup::lookupVisibleDeclsInModule(swift::Module*, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, llvm::SmallVectorImpl<swift::ValueDecl*>&, swift::NLKind, swift::namelookup::ResolutionKind, swift::LazyResolver*, swift::DeclContext const*, llvm::ArrayRef<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> >)::$_1>(swift::Module*, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, llvm::SmallVectorImpl<swift::ValueDecl*>&, swift::namelookup::ResolutionKind, bool, swift::LazyResolver*, llvm::SmallDenseMap<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>, llvm::TinyPtrVector<swift::ValueDecl*>, 32u
487 void lookupInModule<llvm::SmallSet<swift::CanType, 4u, (anonymous namespace)::SortCanType>, swift::namelookup::lookupInModule(swift::Module*, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::DeclName, llvm::SmallVectorImpl<swift::ValueDecl*>&, swift::NLKind, swift::namelookup::ResolutionKind, swift::LazyResolver*, swift::DeclContext const*, llvm::ArrayRef<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*> >)::$_0>(swift::Module*, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, llvm::SmallVectorImpl<swift::ValueDecl*>&, swift::namelookup::ResolutionKind, bool, swift::LazyResolver*, llvm::SmallDenseMap<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>, llvm::TinyPtrVector<swift::ValueDecl*>, 32u, llvm::DenseMapInfo<std::__1::pair<llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >, swift::Module*>
1 void std::__1::__inplace_merge<(anonymous namespace)::NameCompare&, std::__1::__wrap_iter<llvm::Statistic const**> >(std::__1::__wrap_iter<llvm::Statistic const**>, std::__1::__wrap_iter<llvm::Statistic const**>, std::__1::__wrap_iter<llvm::Statistic const**>, (anonymous namespace)::NameCompare&, std::__1::iterator_traits<std::__1::__wrap_iter<llvm::Statistic const**> >::difference_type, std::__1::iterator_traits<std::__1::__wrap_iter<llvm::Statistic const**> >::difference_type, std::__1::iterator_traits<std::__1::__wrap_iter<llvm::Statistic const**> >::value_type*, long)
1 void std::__1::__inplace_merge<(anonymous namespace)::ParamCommandCommentCompareIndex&, clang::comments::ParamCommandComment const**>(clang::comments::ParamCommandComment const**, clang::comments::ParamCommandComment const**, clang::comments::ParamCommandComment const**, (anonymous namespace)::ParamCommandCommentCompareIndex&, std::__1::iterator_traits<clang::comments::ParamCommandComment const**>::difference_type, std::__1::iterator_traits<clang::comments::ParamCommandComment const**>::difference_type, std::__1::iterator_traits<clang::comments::ParamCommandComment const**>::value_type*, long)
2 void std::__1::__stable_sort_move<BindName(swift::UnresolvedDeclRefExpr*, swift::DeclContext*, swift::TypeChecker&)::$_2&, swift::ValueDecl**>(swift::ValueDecl**, swift::ValueDecl**, BindName(swift::UnresolvedDeclRefExpr*, swift::DeclContext*, swift::TypeChecker&)::$_2&, std::__1::iterator_traits<swift::ValueDecl**>::difference_type, std::__1::iterator_traits<swift::ValueDecl**>::value_type*)
2 void std::__1::vector<swift::AbstractFunctionDecl*, std::__1::allocator<swift::AbstractFunctionDecl*> >::__push_back_slow_path<swift::AbstractFunctionDecl*>(swift::AbstractFunctionDecl*&&)
1 void std::__1::vector<swift::Decl*, std::__1::allocator<swift::Decl*> >::__push_back_slow_path<swift::Decl*>(swift::Decl*&&)
1 void std::__1::vector<swift::Token, std::__1::allocator<swift::Token> >::__push_back_slow_path<swift::Token const&>(swift::Token const&&&)
1 void std::__1::vector<swift::TypeChecker::LocalFunctionCapture, std::__1::allocator<swift::TypeChecker::LocalFunctionCapture> >::__push_back_slow_path<swift::TypeChecker::LocalFunctionCapture>(swift::TypeChecker::LocalFunctionCapture&&)
13 void swift::DeclName::addToLookupTable<llvm::DenseMap<swift::DeclName, llvm::TinyPtrVector<swift::ValueDecl*>, llvm::DenseMapInfo<swift::DeclName> >, swift::ValueDecl*>(llvm::DenseMap<swift::DeclName, llvm::TinyPtrVector<swift::ValueDecl*>, llvm::DenseMapInfo<swift::DeclName> >&, swift::ValueDecl* const&)
2 void swift::constraints::ConstraintSystem::recordFailure<swift::Type&, swift::ProtocolType*>(swift::constraints::ConstraintLocator*, swift::constraints::Failure::FailureKind, swift::Type&&&, swift::ProtocolType*&&)
2 void swift::constraints::ConstraintSystem::recordFailure<swift::Type&, swift::Type&>(swift::constraints::ConstraintLocator*, swift::constraints::Failure::FailureKind, swift::Type&&&, swift::Type&&&)
6 void swift::constraints::ConstraintSystem::recordFailureSimplified<swift::Type, swift::DeclName>(swift::constraints::ConstraintLocator*, swift::constraints::Failure::FailureKind, swift::Type&&, swift::DeclName&&)
2 void swift::constraints::ConstraintSystem::recordFailureSimplified<swift::Type, swift::Type>(swift::constraints::ConstraintLocator*, swift::constraints::Failure::FailureKind, swift::Type&&, swift::Type&&)
2 void swift::constraints::ConstraintSystem::recordFailureSimplified<swift::Type>(swift::constraints::ConstraintLocator*, swift::constraints::Failure::FailureKind, swift::Type&&)
27 vtable for (anonymous namespace)::ColoredStream
1 vtable for llvm::CallInst
9 vtable for llvm::PrettyStackTraceEntry
10 vtable for llvm::raw_ostream
4 vtable for swift::PartialGenericTypeToArchetypeResolver