Searched refs:getUnderlyingFS (Results 1 – 5 of 5) sorted by relevance
66 auto File = getUnderlyingFS().openFileForRead(Path); in getProducingFS()75 StatCache.update(getUnderlyingFS(), std::move(*S)); in getProducingFS()80 auto S = getUnderlyingFS().status(Path); in getProducingFS()82 StatCache.update(getUnderlyingFS(), *S); in getProducingFS()105 return getUnderlyingFS().status(Path); in getConsumingFS()
446 auto FileOr = getUnderlyingFS().openFileForRead(Path); in openFileForRead()454 return getUnderlyingFS().status(Path); in status()
37 auto File = getUnderlyingFS().openFileForRead(Path); in openFileForRead()
21 auto MaybeFile = getUnderlyingFS().openFileForRead(Filename); in readFile()214 llvm::ErrorOr<llvm::vfs::Status> Stat = getUnderlyingFS().status(Filename); in computeAndStoreResult()
454 FileSystem &getUnderlyingFS() { return *FS; } in getUnderlyingFS() function