Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h687 class DirectoryRemapEntry : public RemapEntry {
689 DirectoryRemapEntry(StringRef Name, StringRef ExternalContentsPath, in DirectoryRemapEntry() function
726 if (isa<DirectoryRemapEntry>(E)) in getExternalRedirect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1431 auto *DR = cast<RedirectingFileSystem::DirectoryRemapEntry>(SrcE); in uniqueOverlayTree()
1434 std::make_unique<RedirectingFileSystem::DirectoryRemapEntry>( in uniqueOverlayTree()
1622 Result = std::make_unique<RedirectingFileSystem::DirectoryRemapEntry>( in parseEntry()
1852 if (auto *DRE = dyn_cast<RedirectingFileSystem::DirectoryRemapEntry>(E)) { in LookupResult()
1862 if (E && !isa<RedirectingFileSystem::DirectoryRemapEntry>(E)) in shouldFallBackToExternalFS()
1920 if (isa<RedirectingFileSystem::DirectoryRemapEntry>(From)) in lookupPathImpl()
2102 auto *DR = dyn_cast<RedirectingFileSystem::DirectoryRemapEntry>(SrcE); in getVFSEntries()