Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp22 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()
231 getUnderlyingFS().status(OriginalFilename); in computeAndStoreResult()
294 return getUnderlyingFS().status(Path); in status()
354 return getUnderlyingFS().openFileForRead(Path); in openFileForRead()
371 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h389 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h453 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS() function