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 651 of file VirtualFileSystem.h.
|
inline |
Definition at line 653 of file VirtualFileSystem.h.
bool llvm::vfs::YAMLVFSEntry::IsDirectory = false |
Definition at line 658 of file VirtualFileSystem.h.
std::string llvm::vfs::YAMLVFSEntry::RPath |
Definition at line 657 of file VirtualFileSystem.h.
std::string llvm::vfs::YAMLVFSEntry::VPath |
Definition at line 656 of file VirtualFileSystem.h.