Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h250 bool getNoncachedStatValue(StringRef Path, llvm::vfs::Status &Result);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp155 if (!FileMgr.getNoncachedStatValue(TimestampFilename, Status)) in addModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp463 bool FileManager::getNoncachedStatValue(StringRef Path, in getNoncachedStatValue() function in FileManager