mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Serialization] Serialize fingerprint, mtime, size of the source files
This commit is contained in:
@@ -728,7 +728,8 @@ public:
|
||||
return ReverseFullNameIterator(this);
|
||||
}
|
||||
|
||||
void collectSourceFileNames(llvm::function_ref<void(StringRef)> callback);
|
||||
void collectBasicSourceFileInfo(
|
||||
llvm::function_ref<void(const BasicSourceFileInfo &)> callback);
|
||||
|
||||
SourceRange getSourceRange() const { return SourceRange(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user