File tree Expand file tree Collapse file tree 2 files changed +766
-723
lines changed
include/swift/Serialization Expand file tree Collapse file tree 2 files changed +766
-723
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class ModuleFile
48
48
: public LazyMemberLoader,
49
49
public LazyConformanceLoader {
50
50
friend class SerializedASTFile ;
51
+ friend class DeclDeserializer ;
51
52
friend class SILDeserializer ;
52
53
using Status = serialization::Status;
53
54
using TypeID = serialization::TypeID;
@@ -526,10 +527,6 @@ class ModuleFile
526
527
std::unique_ptr<SerializedDeclMembersTable>
527
528
readDeclMembersTable (ArrayRef<uint64_t > fields, StringRef blobData);
528
529
529
- // / Main logic of getDeclChecked.
530
- llvm::Expected<Decl *>
531
- getDeclCheckedImpl (serialization::DeclID DID);
532
-
533
530
// / Reads the index block, which contains global tables.
534
531
// /
535
532
// / Returns false if there was an error.
You can’t perform that action at this time.
0 commit comments