Searched refs:OwnedFile (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp70 auto OwnedFile = FS.openFileForRead(Path); local
72 if (!OwnedFile) {
79 llvm::ErrorOr<vfs::Status> Status = (*OwnedFile)->status();
83 *F = std::move(*OwnedFile);

Completed in 215 milliseconds