mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If the bodies themselves don't have a `#sourceLocation` in them, there should be no harm in skipping; the parsed virtual files get recorded on the SourceManager, so will be accessible when doing delayed parsing. The `InPoundLineEnvironment` flag will be inaccurate, but that's only needed for the parsing of `#sourceLocation` itself.