Searched refs:OverlayFileSystem (Results 1 – 4 of 4) sorted by relevance
159 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(new vfs::OverlayFileSystem(D)); in TEST()176 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST()177 new vfs::OverlayFileSystem(Base)); in TEST()214 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST()215 new vfs::OverlayFileSystem(Lower)); in TEST()239 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST()240 new vfs::OverlayFileSystem(Lower)); in TEST()375 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST()376 new vfs::OverlayFileSystem(Lower)); in TEST()406 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST()[all …]
226 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem230 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay()234 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()245 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()259 OverlayFileSystem &Overlays;261 OverlayFileSystem::iterator CurrentFS;306 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl()317 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
218 class OverlayFileSystem : public FileSystem {225 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
2080 IntrusiveRefCntPtr<vfs::OverlayFileSystem> in createVFSFromCompilerInvocation()2081 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in createVFSFromCompilerInvocation()