Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileSystemStatCache.h59 virtual std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
80 std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp73 std::error_code getStat(StringRef Path, llvm::vfs::Status &Status, in getStat() function in __anon797655720111::FakeStatCache