Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp61 auto OwnedFile = in get() local
64 if (!OwnedFile) { in get()
66 RetCode = OwnedFile.getError(); in get()
71 llvm::ErrorOr<llvm::vfs::Status> StatusOrErr = (*OwnedFile)->status(); in get()
74 *F = std::move(*OwnedFile); in get()