Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp22 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()
215 llvm::ErrorOr<llvm::vfs::Status> Stat = getUnderlyingFS().status(Filename); in computeAndStoreResult()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h383 getUnderlyingFS().print(OS, Type, IndentLevel + 1); in printImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h453 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS() function