class RedirectingFileSystem::DirectoryRemapEntry
Declaration
class RedirectingFileSystem::DirectoryRemapEntry : public RemapEntry { /* full declaration omitted */ };
Description
A directory in the vfs that maps to a directory in the external file system.
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:831
Inherits from: RedirectingFileSystem::RemapEntry
Member Variables
Method Overview
- public DirectoryRemapEntry(llvm::StringRef Name, llvm::StringRef ExternalContentsPath, llvm::vfs::RedirectingFileSystem::NameKind UseName)
- public static bool classof(const llvm::vfs::RedirectingFileSystem::Entry * E)
Inherited from RedirectingFileSystem::RemapEntry:
Inherited from RedirectingFileSystem::Entry:
Methods
¶DirectoryRemapEntry(
llvm::StringRef Name,
llvm::StringRef ExternalContentsPath,
llvm::vfs::RedirectingFileSystem::NameKind
UseName)
DirectoryRemapEntry(
llvm::StringRef Name,
llvm::StringRef ExternalContentsPath,
llvm::vfs::RedirectingFileSystem::NameKind
UseName)
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:833
Parameters
- llvm::StringRef Name
- llvm::StringRef ExternalContentsPath
- llvm::vfs::RedirectingFileSystem::NameKind UseName
¶static bool classof(
const llvm::vfs::RedirectingFileSystem::Entry*
E)
static bool classof(
const llvm::vfs::RedirectingFileSystem::Entry*
E)
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:837