Searched defs:OverlayFileSystem (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Tooling/
H A DTooling.h335 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; member in class:clang::tooling::ClangTool
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h43 OverlayFileSystem(
44 new vfs::OverlayFileSystem(vfs::getRealFileSystem())),
45 Files(FileSystemOptions(), OverlayFileSystem),
50 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
118 IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; member in class:clang::RewriterTestContext
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h235 /// one file system, the \p OverlayFileSystem contains a directory containing
240 class OverlayFileSystem : public FileSystem { class in namespace:clang::vfs
247 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp271 // OverlayFileSystem implementation
273 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { function in class:OverlayFileSystem
277 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) {
284 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) {
295 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) {
306 OverlayFileSystem::getCurrentWorkingDirectory() const {
311 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) {
322 OverlayFileSystem &Overlays;
324 OverlayFileSystem
[all...]

Completed in 131 milliseconds