Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp33 const char *StatPath) { in InjectFileOrDirectory() argument
40 if (StatPath) { in InjectFileOrDirectory()
41 NormalizedStatPath = StatPath; in InjectFileOrDirectory()
43 StatPath = NormalizedStatPath.c_str(); in InjectFileOrDirectory()
47 if (!StatPath) in InjectFileOrDirectory()
48 StatPath = Path; in InjectFileOrDirectory()
53 llvm::vfs::Status Status(StatPath, llvm::sys::fs::UniqueID(1, INode), in InjectFileOrDirectory()
63 const char *StatPath = nullptr) { in InjectFile() argument
64 InjectFileOrDirectory(Path, INode, /*IsFile=*/true, StatPath); in InjectFile()