Lines Matching refs:vfs
54 IntrusiveRefCntPtr<llvm::vfs::FileSystem>
57 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
60 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS( in createVFSOverlayForPreamblePCH()
61 new llvm::vfs::InMemoryFileSystem()); in createVFSOverlayForPreamblePCH()
63 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> Overlay( in createVFSOverlayForPreamblePCH()
64 new llvm::vfs::OverlayFileSystem(VFS)); in createVFSOverlayForPreamblePCH()
417 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
605 llvm::vfs::FileSystem &VFS) const { in CanReuse()
633 llvm::vfs::Status Status; in CanReuse()
653 llvm::vfs::Status Status; in CanReuse()
675 llvm::vfs::Status Status; in CanReuse()
714 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
721 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
765 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
791 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
797 IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS = in setupPreambleStorage()
798 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()