Home
last modified time | relevance | path

Searched refs:ExternalFile (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2422 auto ExternalFile = File::getWithPath( in openFileForRead() local
2424 if (!ExternalFile) { in openFileForRead()
2426 isFileNotFound(ExternalFile.getError(), Result->E)) { in openFileForRead()
2433 return ExternalFile; in openFileForRead()
2436 auto ExternalStatus = (*ExternalFile)->status(); in openFileForRead()
2445 std::make_unique<FileWithFixedStatus>(std::move(*ExternalFile), S)); in openFileForRead()