Port getInterfaceType() patterns in libSema

This commit is contained in:
Robert Widmann
2019-09-23 16:49:29 -07:00
parent ed18f47d05
commit f053f9c480
34 changed files with 162 additions and 291 deletions

View File

@@ -3264,8 +3264,8 @@ public:
// request-ified this goes away.
if (!fn->hasInterfaceType()) {
assert(fn->isImplicit());
S.M->getASTContext().getLazyResolver()->resolveDeclSignature(
const_cast<AccessorDecl *>(fn));
// FIXME: Remove this one
(void)fn->getInterfaceType();
}
using namespace decls_block;