Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h831 class DirectoryRemapEntry : public RemapEntry {
833 DirectoryRemapEntry(StringRef Name, StringRef ExternalContentsPath, in DirectoryRemapEntry() function
870 if (isa<DirectoryRemapEntry>(E)) in getExternalRedirect()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1215 if (E && !isa<RedirectingFileSystem::DirectoryRemapEntry>(E)) in isFileNotFound()
1720 auto *DR = cast<RedirectingFileSystem::DirectoryRemapEntry>(SrcE); in uniqueOverlayTree()
1723 std::make_unique<RedirectingFileSystem::DirectoryRemapEntry>( in uniqueOverlayTree()
1921 Result = std::make_unique<RedirectingFileSystem::DirectoryRemapEntry>( in parseEntry()
2178 if (auto *DRE = dyn_cast<RedirectingFileSystem::DirectoryRemapEntry>(E)) { in LookupResult()
2239 if (isa<RedirectingFileSystem::DirectoryRemapEntry>(From)) in lookupPathImpl()
2524 auto *DR = dyn_cast<RedirectingFileSystem::DirectoryRemapEntry>(SrcE); in getVFSEntries()