clang
3.9.0
|
#include <VirtualFileSystem.h>
Public Member Functions | |
YAMLVFSWriter () | |
void | addFileMapping (StringRef VirtualPath, StringRef RealPath) |
void | setCaseSensitivity (bool CaseSensitive) |
void | setUseExternalNames (bool UseExtNames) |
void | setOverlayDir (StringRef OverlayDirectory) |
void | write (llvm::raw_ostream &OS) |
Definition at line 338 of file VirtualFileSystem.h.
|
inline |
Definition at line 346 of file VirtualFileSystem.h.
void YAMLVFSWriter::addFileMapping | ( | StringRef | VirtualPath, |
StringRef | RealPath | ||
) |
Definition at line 1599 of file VirtualFileSystem.cpp.
References pathHasTraversal().
Referenced by clang::ModuleDependencyCollector::addFileMapping().
|
inline |
Definition at line 348 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
inline |
Definition at line 354 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
|
inline |
Definition at line 351 of file VirtualFileSystem.h.
Referenced by clang::ModuleDependencyCollector::writeFileMap().
void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 1744 of file VirtualFileSystem.cpp.
References clang::vfs::YAMLVFSEntry::VPath.
Referenced by clang::ModuleDependencyCollector::writeFileMap().