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,
359 RealFileSystem::getRealPath(const Twine &Path, in getRealPath() function in RealFileSystem
473 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() function in OverlayFileSystem
477 return FS->getRealPath(Path, Output); in getRealPath()
1156 InMemoryFileSystem::getRealPath(const Twine &Path, in getRealPath() function in llvm::vfs::InMemoryFileSystem
2449 RedirectingFileSystem::getRealPath(const Twine &OriginalPath, in getRealPath() function in RedirectingFileSystem
2460 std::error_code EC = ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2472 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2479 auto P = ExternalFS->getRealPath(*ExtRedirect, Output); in getRealPath()
2485 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()
2493 return ExternalFS->getRealPath(CanonicalPath, Output); in getRealPath()