Add Self- and SelfWitnessTable metadata sources to capture descriptors

These can show up in partial applications of functions with the
witness_method calling convention.
This commit is contained in:
David Farler
2016-04-22 10:40:04 -07:00
parent 09d0cfee8d
commit 6a51ae84b2
5 changed files with 98 additions and 2 deletions

View File

@@ -21,3 +21,5 @@ METADATA_SOURCE(ReferenceCapture, MetadataSource)
METADATA_SOURCE(MetadataCapture, MetadataSource)
METADATA_SOURCE(GenericArgument, MetadataSource)
METADATA_SOURCE(Parent, MetadataSource)
METADATA_SOURCE(Self, MetadataSource)
METADATA_SOURCE(SelfWitnessTable, MetadataSource)