|
clang
3.8.0
|
#include <VirtualFileSystem.h>
Public Member Functions | |
| YAMLVFSWriter () | |
| void | addFileMapping (StringRef VirtualPath, StringRef RealPath) |
| void | setCaseSensitivity (bool CaseSensitive) |
| void | write (llvm::raw_ostream &OS) |
Definition at line 323 of file VirtualFileSystem.h.
|
inline |
Definition at line 328 of file VirtualFileSystem.h.
| void YAMLVFSWriter::addFileMapping | ( | StringRef | VirtualPath, |
| StringRef | RealPath | ||
| ) |
Definition at line 1389 of file VirtualFileSystem.cpp.
References pathHasTraversal().
Referenced by clang::ModuleDependencyCollector::addFileMapping().
|
inline |
Definition at line 330 of file VirtualFileSystem.h.
| void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 1504 of file VirtualFileSystem.cpp.
References clang::vfs::YAMLVFSEntry::VPath.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
1.8.6