AST: Lazier opaque type validation

This commit is contained in:
Slava Pestov
2019-09-27 20:00:25 -04:00
parent e334e5d66f
commit cdcb8e4f0f
13 changed files with 43 additions and 85 deletions

View File

@@ -354,8 +354,7 @@ public:
/// Look up an opaque return type by the mangled name of the declaration
/// that defines it.
OpaqueTypeDecl *lookupOpaqueResultType(StringRef MangledName,
LazyResolver *resolver);
OpaqueTypeDecl *lookupOpaqueResultType(StringRef MangledName);
/// Find ValueDecls in the module and pass them to the given consumer object.
///