clang
6.0.0
|
This is the complete list of members for clang::vfs::FileSystem, including all inherited members.
dir_begin(const Twine &Dir, std::error_code &EC)=0 | clang::vfs::FileSystem | pure virtual |
exists(const Twine &Path) | clang::vfs::FileSystem | |
getBufferForFile(const Twine &Name, int64_t FileSize=-1, bool RequiresNullTerminator=true, bool IsVolatile=false) | clang::vfs::FileSystem | |
getCurrentWorkingDirectory() const =0 | clang::vfs::FileSystem | pure virtual |
makeAbsolute(SmallVectorImpl< char > &Path) const | clang::vfs::FileSystem | |
openFileForRead(const Twine &Path)=0 | clang::vfs::FileSystem | pure virtual |
setCurrentWorkingDirectory(const Twine &Path)=0 | clang::vfs::FileSystem | pure virtual |
status(const Twine &Path)=0 | clang::vfs::FileSystem | pure virtual |
~FileSystem() | clang::vfs::FileSystem | virtual |