Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp74 auto OwnedFile = FS.openFileForRead(Path); in get() local
76 if (!OwnedFile) { in get()
83 llvm::ErrorOr<llvm::vfs::Status> Status = (*OwnedFile)->status(); in get()
87 *F = std::move(*OwnedFile); in get()