Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h651 class RemapEntry : public Entry {
656 RemapEntry(EntryKind K, StringRef Name, StringRef ExternalContentsPath, in RemapEntry() function
687 class DirectoryRemapEntry : public RemapEntry {
691 : RemapEntry(EK_DirectoryRemap, Name, ExternalContentsPath, UseName) {} in DirectoryRemapEntry()
699 class FileEntry : public RemapEntry {
702 : RemapEntry(EK_File, Name, ExternalContentsPath, UseName) {} in FileEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1227 auto RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in dir_begin()
1950 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result.E); in status()
2023 auto *RE = cast<RedirectingFileSystem::RemapEntry>(Result->E); in openFileForRead()