Lines Matching refs:getRealPath
136 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem
262 std::error_code getRealPath(const Twine &Path,
340 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
443 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
447 return FS->getRealPath(Path, Output); in getRealPath()
988 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2045 RedirectingFileSystem::getRealPath(const Twine &Path_, in getRealPath() function in RedirectingFileSystem
2056 return ExternalFS->getRealPath(Path, Output); in getRealPath()
2063 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
2065 return ExternalFS->getRealPath(Path, Output); in getRealPath()
2072 return shouldUseExternalFS() ? ExternalFS->getRealPath(Path, Output) in getRealPath()