Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h60 virtual std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
81 std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp43 RetCode = Cache->getStat(Path, Status, isFile, F, FS); in get()
102 MemorizeStatCalls::getStat(StringRef Path, llvm::vfs::Status &Status, in getStat() function in MemorizeStatCalls