#include "llvm/Support/VirtualFileSystem.h"
Definition at line 574 of file VirtualFileSystem.h.
◆ iterator
◆ RedirectingDirectoryEntry() [1/2]
llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::RedirectingDirectoryEntry |
( |
StringRef |
Name, |
|
|
std::vector< std::unique_ptr< Entry >> |
Contents, |
|
|
Status |
S |
|
) |
| |
|
inline |
◆ RedirectingDirectoryEntry() [2/2]
llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::RedirectingDirectoryEntry |
( |
StringRef |
Name, |
|
|
Status |
S |
|
) |
| |
|
inline |
◆ addContent()
void llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::addContent |
( |
std::unique_ptr< Entry > |
Content | ) |
|
|
inline |
◆ classof()
static bool llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::classof |
( |
const Entry * |
E | ) |
|
|
inlinestatic |
◆ contents_begin()
iterator llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::contents_begin |
( |
| ) |
|
|
inline |
◆ contents_end()
iterator llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::contents_end |
( |
| ) |
|
|
inline |
◆ getLastContent()
Entry* llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::getLastContent |
( |
| ) |
const |
|
inline |
◆ getStatus()
Status llvm::vfs::RedirectingFileSystem::RedirectingDirectoryEntry::getStatus |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: