Files
swift-mirror/include/swift/AST
Hamish Knight 152812cc86 [AST] Use cached deserialized decl in getOpaqueResultTypeDecl
Mangling and looking up the opaque result type decl
for serialized decls is a fairly expensive
operation. Instead, fallthrough to the request
which will have a cached value set by deserialization.
This shaves ~30ms off the cached completion for:

```swift
import SwiftUI

struct V: View {
  var body: some View {
    Table(#^CC^#
  }
}
```
2024-11-04 11:29:55 +00:00
..
2024-10-31 11:32:40 +00:00
2024-09-18 20:51:54 -07:00
2024-04-10 09:38:02 -07:00
2024-03-13 22:25:47 -07:00
2024-09-26 18:10:39 -07:00
2024-10-31 11:32:40 +00:00
2024-09-04 15:13:25 -07:00
2024-10-31 11:32:40 +00:00