struct YAMLVFSEntry
Declaration
struct YAMLVFSEntry { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:507
Member Variables
- public std::string VPath
- public std::string RPath
Method Overview
- public template <typename T1, typename T2> YAMLVFSEntry(T1 && VPath, T2 && RPath)
Methods
ΒΆtemplate <typename T1, typename T2>
YAMLVFSEntry(T1&& VPath, T2&& RPath)
template <typename T1, typename T2>
YAMLVFSEntry(T1&& VPath, T2&& RPath)
Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:509
Templates
- T1
- T2
Parameters
- T1&& VPath
- T2&& RPath