Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h206 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
253 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp286 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST()
313 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp57 this->FS = vfs::getRealFileSystem(); in FileManager()
H A DVirtualFileSystem.cpp180 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2073 return vfs::getRealFileSystem(); in createVFSFromCompilerInvocation()
2076 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in createVFSFromCompilerInvocation()
H A DCompilerInstance.cpp226 setVirtualFileSystem(vfs::getRealFileSystem()); in createFileManager()
H A DASTUnit.cpp682 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile()