|
clang
5.0.0
|
#include "clang/Basic/VirtualFileSystem.h"
Public Member Functions | |
| YAMLVFSWriter ()=default | |
| void | addFileMapping (StringRef VirtualPath, StringRef RealPath) |
| void | setCaseSensitivity (bool CaseSensitive) |
| void | setUseExternalNames (bool UseExtNames) |
| void | setIgnoreNonExistentContents (bool IgnoreContents) |
| void | setOverlayDir (StringRef OverlayDirectory) |
| void | write (llvm::raw_ostream &OS) |
Definition at line 375 of file VirtualFileSystem.h.
|
default |
| void YAMLVFSWriter::addFileMapping | ( | StringRef | VirtualPath, |
| StringRef | RealPath | ||
| ) |
Definition at line 1644 of file VirtualFileSystem.cpp.
References pathHasTraversal().
Referenced by clang::ModuleDependencyCollector::addFileMapping().
|
inline |
Definition at line 388 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
inline |
Definition at line 396 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
inline |
Definition at line 400 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
inline |
Definition at line 392 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
| void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 1793 of file VirtualFileSystem.cpp.
References clang::vfs::YAMLVFSEntry::VPath.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
1.8.6