class RedirectingFileSystem::FileEntry
Declaration
class RedirectingFileSystem::FileEntry : public RemapEntry { /* full declaration omitted */ };
Description
A file in the vfs that maps to a file in the external file system.
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:843
Inherits from: RedirectingFileSystem::RemapEntry
Member Variables
Method Overview
- public FileEntry(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
¶FileEntry(
llvm::StringRef Name,
llvm::StringRef ExternalContentsPath,
llvm::vfs::RedirectingFileSystem::NameKind
UseName)
FileEntry(
llvm::StringRef Name,
llvm::StringRef ExternalContentsPath,
llvm::vfs::RedirectingFileSystem::NameKind
UseName)
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:845
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:848