Lines Matching refs:getRealPath
140 std::error_code FileSystem::getRealPath(const Twine &Path, in getRealPath() function in FileSystem
277 std::error_code getRealPath(const Twine &Path,
361 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
475 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
479 return FS->getRealPath(Path, Output); in getRealPath()
1154 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2519 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem
2530 std::error_code EC = ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2542 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2549 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
2555 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()