LLVM
8.0.1
|
A member of a directory, yielded by a directory_iterator. More...
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
directory_entry ()=default | |
directory_entry (std::string Path, llvm::sys::fs::file_type Type) | |
llvm::StringRef | path () const |
llvm::sys::fs::file_type | type () const |
A member of a directory, yielded by a directory_iterator.
Only information available on most platforms is included.
Definition at line 128 of file VirtualFileSystem.h.
|
default |
|
inline |
Definition at line 134 of file VirtualFileSystem.h.
|
inline |
Definition at line 137 of file VirtualFileSystem.h.
Referenced by llvm::vfs::VFSFromYamlDirIterImpl::increment().
|
inline |
Definition at line 138 of file VirtualFileSystem.h.