|
LLVM 22.0.0git
|
#include "llvm/Support/VirtualFileSystem.h"
Public Member Functions | |
| template<typename T1, typename T2> | |
| YAMLVFSEntry (T1 &&VPath, T2 &&RPath, bool IsDirectory=false) | |
Public Attributes | |
| std::string | VPath |
| std::string | RPath |
| bool | IsDirectory = false |
Definition at line 669 of file VirtualFileSystem.h.
|
inline |
Definition at line 671 of file VirtualFileSystem.h.
References IsDirectory, RPath, T1, and VPath.
| bool llvm::vfs::YAMLVFSEntry::IsDirectory = false |
Definition at line 676 of file VirtualFileSystem.h.
Referenced by YAMLVFSEntry().
| std::string llvm::vfs::YAMLVFSEntry::RPath |
Definition at line 675 of file VirtualFileSystem.h.
Referenced by YAMLVFSEntry().
| std::string llvm::vfs::YAMLVFSEntry::VPath |
Definition at line 674 of file VirtualFileSystem.h.
Referenced by YAMLVFSEntry().