LLVM
8.0.1
|
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 562 of file VirtualFileSystem.h.
Definition at line 567 of file VirtualFileSystem.h.
|
virtualdefault |
|
inline |
Definition at line 571 of file VirtualFileSystem.h.
References Kind.
Referenced by llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::classof(), llvm::vfs::RedirectingFileSystem::RedirectingFileEntry::classof(), llvm::vfs::RedirectingFileSystem::dumpEntry(), and getVFSEntries().
|
inline |
Definition at line 570 of file VirtualFileSystem.h.
Referenced by llvm::vfs::RedirectingFileSystem::dumpEntry().