| 
    LLVM 22.0.0git
    
   | 
 
A file in the vfs that maps to a file in the external file system. More...
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
| FileEntry (StringRef Name, StringRef ExternalContentsPath, NameKind UseName) | |
| Public Member Functions inherited from llvm::vfs::RedirectingFileSystem::RemapEntry | |
| StringRef | getExternalContentsPath () const | 
| bool | useExternalName (bool GlobalUseExternalName) const | 
| Whether to use the external path as the name for this file or directory.   | |
| NameKind | getUseName () const | 
| Public Member Functions inherited from llvm::vfs::RedirectingFileSystem::Entry | |
| Entry (EntryKind K, StringRef Name) | |
| virtual | ~Entry ()=default | 
| StringRef | getName () const | 
| EntryKind | getKind () const | 
Static Public Member Functions | |
| static bool | classof (const Entry *E) | 
| Static Public Member Functions inherited from llvm::vfs::RedirectingFileSystem::RemapEntry | |
| static bool | classof (const Entry *E) | 
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::vfs::RedirectingFileSystem::RemapEntry | |
| RemapEntry (EntryKind K, StringRef Name, StringRef ExternalContentsPath, NameKind UseName) | |
A file in the vfs that maps to a file in the external file system.
Definition at line 907 of file VirtualFileSystem.h.
      
  | 
  inline | 
Definition at line 909 of file VirtualFileSystem.h.
References llvm::vfs::RedirectingFileSystem::EK_File, and llvm::vfs::RedirectingFileSystem::RemapEntry::RemapEntry().
Definition at line 912 of file VirtualFileSystem.h.
References E(), and llvm::vfs::RedirectingFileSystem::EK_File.