Lines Matching defs:openFileForRead
121 auto F = openFileForRead(Name);
281 ErrorOr<std::unique_ptr<File>> openFileForRead(const Twine &Path) override;
326 RealFileSystem::openFileForRead(const Twine &Name) {
461 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) {
464 auto Result = (*I)->openFileForRead(Path);
1076 InMemoryFileSystem::openFileForRead(const Twine &Path) {
2540 RedirectingFileSystem::openFileForRead(const Twine &OriginalPath) {
2550 auto F = File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath);
2561 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath);
2576 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect);
2583 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath);