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

/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h210 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
259 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/external/clang/lib/Basic/
H A DFileManager.cpp57 this->FS = vfs::getRealFileSystem();
H A DVirtualFileSystem.cpp189 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { function in class:vfs
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp292 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();
319 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp2030 return vfs::getRealFileSystem();
2033 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem()));
H A DCompilerInstance.cpp226 setVirtualFileSystem(vfs::getRealFileSystem());
H A DASTUnit.cpp687 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();

Completed in 4036 milliseconds