LLVM 20.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 664 of file VirtualFileSystem.h.
|
inline |
Definition at line 666 of file VirtualFileSystem.h.
bool llvm::vfs::YAMLVFSEntry::IsDirectory = false |
Definition at line 671 of file VirtualFileSystem.h.
std::string llvm::vfs::YAMLVFSEntry::RPath |
Definition at line 670 of file VirtualFileSystem.h.
std::string llvm::vfs::YAMLVFSEntry::VPath |
Definition at line 669 of file VirtualFileSystem.h.