mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Lazier opaque type validation
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user