Commits

Joe Groff committed 5ec46788bdf
Add interface type helpers to DeclContext. getInterfaceSelfType gets the interface type of a 'self' parameter outside of the context, like getSelfTypeInContext does for the in-context self type. getDeclaredInterfaceType gives the declared interface type of a TypeDecl. getGenericSignatureOfContext returns the dependent generic signature of a decl context. Swift SVN r10973