LLVM 22.0.0git
|
A single file or directory in the VFS. More...
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
Entry (EntryKind K, StringRef Name) | |
virtual | ~Entry ()=default |
StringRef | getName () const |
EntryKind | getKind () const |
A single file or directory in the VFS.
Definition at line 813 of file VirtualFileSystem.h.
Definition at line 818 of file VirtualFileSystem.h.
Referenced by llvm::vfs::RedirectingFileSystem::DirectoryEntry::classof(), llvm::vfs::RedirectingFileSystem::RemapEntry::classof(), llvm::vfs::RedirectingFileSystem::DirectoryEntry::DirectoryEntry(), llvm::vfs::RedirectingFileSystem::DirectoryEntry::DirectoryEntry(), llvm::vfs::RedirectingFileSystem::DirectoryEntry::getLastContent(), and llvm::vfs::RedirectingFileSystem::RemapEntry::RemapEntry().
|
virtualdefault |
|
inline |
Definition at line 822 of file VirtualFileSystem.h.
Referenced by getVFSEntries().
|
inline |
Definition at line 821 of file VirtualFileSystem.h.