class RedirectingFileSystem::Entry
Declaration
class RedirectingFileSystem::Entry { /* full declaration omitted */ };
Description
A single file or directory in the VFS.
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:578
Method Overview
- public Entry(llvm::vfs::RedirectingFileSystem::EntryKind K, llvm::StringRef Name)
- public llvm::vfs::RedirectingFileSystem::EntryKind getKind() const
- public llvm::StringRef getName() const
- public virtual ~Entry()
Methods
¶Entry(
llvm::vfs::RedirectingFileSystem::EntryKind K,
llvm::StringRef Name)
Entry(
llvm::vfs::RedirectingFileSystem::EntryKind K,
llvm::StringRef Name)
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:583
Parameters
- llvm::vfs::RedirectingFileSystem::EntryKind K
- llvm::StringRef Name
¶llvm::vfs::RedirectingFileSystem::EntryKind
getKind() const
llvm::vfs::RedirectingFileSystem::EntryKind
getKind() const
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:587
¶llvm::StringRef getName() const
llvm::StringRef getName() const
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:586
¶virtual ~Entry()
virtual ~Entry()
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:584