Lines Matching refs:VFS
673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile() local
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1561 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble() local
1563 if (!VFS) in getMainBufferWithPrecompiledPreamble()
1567 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in getMainBufferWithPrecompiledPreamble()
1719 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create() local
1721 if (!VFS) in create()
1723 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1990 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine() local
1992 if (!VFS) in LoadFromCommandLine()
1994 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()