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 …]
228 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem232 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay()236 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status()247 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead()261 OverlayFileSystem &Overlays;263 OverlayFileSystem::iterator CurrentFS;308 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl()319 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
218 class OverlayFileSystem : public FileSystem {225 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
2075 IntrusiveRefCntPtr<vfs::OverlayFileSystem> in createVFSFromCompilerInvocation()2076 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in createVFSFromCompilerInvocation()