Searched refs:getStat (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | FileSystemStatCache.h | 60 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 D | FileSystemStatCache.cpp | 43 RetCode = Cache->getStat(Path, Status, isFile, F, FS); in get() 102 MemorizeStatCalls::getStat(StringRef Path, llvm::vfs::Status &Status, in getStat() function in MemorizeStatCalls
|