clang API Documentation
#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 262 of file VirtualFileSystem.h.
clang::vfs::YAMLVFSWriter::YAMLVFSWriter | ( | ) | [inline] |
Definition at line 267 of file VirtualFileSystem.h.
void YAMLVFSWriter::addFileMapping | ( | StringRef | VirtualPath, |
StringRef | RealPath | ||
) |
Definition at line 1004 of file VirtualFileSystem.cpp.
References pathHasTraversal().
Referenced by clang::ModuleDependencyCollector::addFileMapping().
void clang::vfs::YAMLVFSWriter::setCaseSensitivity | ( | bool | CaseSensitive | ) | [inline] |
Definition at line 269 of file VirtualFileSystem.h.
void YAMLVFSWriter::write | ( | llvm::raw_ostream & | OS | ) |
Definition at line 1119 of file VirtualFileSystem.cpp.
References clang::vfs::YAMLVFSEntry::VPath.
Referenced by clang::ModuleDependencyCollector::writeFileMap().