Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp22 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()
245 getUnderlyingFS().status(OriginalFilename); in computeAndStoreResult()
295 return getUnderlyingFS().status(Path); in status()
366 return getUnderlyingFS().openFileForRead(Path); in openFileForRead()
408 std::error_code EC = getUnderlyingFS().getRealPath(OriginalFilename, Output); in getRealPath()
431 getUnderlyingFS().getCurrentWorkingDirectory(); in updateWorkingDirForCacheLookup()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h450 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h470 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS() function