Searched refs:getRealFileSystem (Results 1 – 7 of 7) sorted by relevance
206 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();253 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
286 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST()313 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST()
57 this->FS = vfs::getRealFileSystem(); in FileManager()
178 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
2078 return vfs::getRealFileSystem(); in createVFSFromCompilerInvocation()2081 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in createVFSFromCompilerInvocation()
226 setVirtualFileSystem(vfs::getRealFileSystem()); in createFileManager()
669 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile()