mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Swift SIL: add bridging for witness and default witness tables
This commit is contained in:
@@ -223,6 +223,8 @@ public:
|
||||
RootProtocolConformance *conformance);
|
||||
|
||||
~SILWitnessTable();
|
||||
|
||||
SILModule &getModule() const { return Mod; }
|
||||
|
||||
/// Return the AST ProtocolConformance this witness table represents.
|
||||
RootProtocolConformance *getConformance() const {
|
||||
|
||||
Reference in New Issue
Block a user