#include "llvm/Support/VirtualFileSystem.h"
Definition at line 603 of file VirtualFileSystem.h.
◆ NameKind
◆ RedirectingFileEntry()
llvm::vfs::RedirectingFileSystem::RedirectingFileEntry::RedirectingFileEntry |
( |
StringRef |
Name, |
|
|
StringRef |
ExternalContentsPath, |
|
|
NameKind |
UseName |
|
) |
| |
|
inline |
◆ classof()
static bool llvm::vfs::RedirectingFileSystem::RedirectingFileEntry::classof |
( |
const Entry * |
E | ) |
|
|
inlinestatic |
◆ getExternalContentsPath()
StringRef llvm::vfs::RedirectingFileSystem::RedirectingFileEntry::getExternalContentsPath |
( |
| ) |
const |
|
inline |
◆ getUseName()
NameKind llvm::vfs::RedirectingFileSystem::RedirectingFileEntry::getUseName |
( |
| ) |
const |
|
inline |
◆ useExternalName()
bool llvm::vfs::RedirectingFileSystem::RedirectingFileEntry::useExternalName |
( |
bool |
GlobalUseExternalName | ) |
const |
|
inline |
whether to use the external path as the name for this file.
Definition at line 620 of file VirtualFileSystem.h.
The documentation for this class was generated from the following file: