Home
last modified time | relevance | path

Searched refs:getRealFileSystem (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDVirtualFileSystem.h206 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
253 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDFileManager.cpp58 this->FS = vfs::getRealFileSystem(); in FileManager()
HDVirtualFileSystem.cpp178 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp2099 return vfs::getRealFileSystem(); in createVFSFromCompilerInvocation()
2102 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in createVFSFromCompilerInvocation()
HDCompilerInstance.cpp227 setVirtualFileSystem(vfs::getRealFileSystem()); in createFileManager()
HDASTUnit.cpp672 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile()