Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileSystemStatCache.h92 virtual LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
111 LookupResult getStat(StringRef Path, FileData &Data, bool isFile,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp55 R = Cache->getStat(Path, Data, isFile, F, FS); in get()
114 MemorizeStatCalls::getStat(StringRef Path, FileData &Data, bool isFile, in getStat() function in MemorizeStatCalls