|
clang
5.0.0
|
#include "clang/Basic/VirtualFileSystem.h"
Public Member Functions | |
| template<typename T1 , typename T2 > | |
| YAMLVFSEntry (T1 &&VPath, T2 &&RPath) | |
Public Attributes | |
| std::string | VPath |
| std::string | RPath |
Definition at line 358 of file VirtualFileSystem.h.
|
inline |
Definition at line 359 of file VirtualFileSystem.h.
| std::string clang::vfs::YAMLVFSEntry::RPath |
Definition at line 362 of file VirtualFileSystem.h.
| std::string clang::vfs::YAMLVFSEntry::VPath |
Definition at line 361 of file VirtualFileSystem.h.
Referenced by clang::vfs::YAMLVFSWriter::write().
1.8.6