Home
last modified time | relevance | path

Searched refs:FileSystem (Results 1 – 21 of 21) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h150 class FileSystem; variable
158 FileSystem *FS;
162 recursive_directory_iterator(FileSystem &FS, const Twine &Path,
182 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
184 virtual ~FileSystem();
206 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
218 class OverlayFileSystem : public FileSystem {
219 typedef SmallVector<IntrusiveRefCntPtr<FileSystem>, 1> FileSystemList;
225 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
227 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
[all …]
H A DFileSystemStatCache.h27 class FileSystem; variable
73 vfs::FileSystem &FS);
97 vfs::FileSystem &FS) = 0;
100 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in statChained()
126 vfs::FileSystem &FS) override;
H A DFileManager.h124 IntrusiveRefCntPtr<vfs::FileSystem> FS;
183 IntrusiveRefCntPtr<vfs::FileSystem> FS = nullptr);
231 IntrusiveRefCntPtr<vfs::FileSystem> getVirtualFileSystem() const { in getVirtualFileSystem()
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp22 class DummyFileSystem : public vfs::FileSystem {
286 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST()
313 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); in TEST()
533 IntrusiveRefCntPtr<vfs::FileSystem>
535 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS) { in getFromYAMLRawString()
541 IntrusiveRefCntPtr<vfs::FileSystem> getFromYAMLString( in getFromYAMLString()
543 IntrusiveRefCntPtr<vfs::FileSystem> ExternalFS = new DummyFileSystem()) { in getFromYAMLString()
551 IntrusiveRefCntPtr<vfs::FileSystem> FS; in TEST_F()
564 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F()
614 IntrusiveRefCntPtr<vfs::FileSystem> FS = in TEST_F()
[all …]
H A DFileManagerTest.cpp56 vfs::FileSystem &FS) override { in getStat()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp70 FileSystem::~FileSystem() {} in ~FileSystem()
73 FileSystem::getBufferForFile(const llvm::Twine &Name, int64_t FileSize, in getBufferForFile()
153 class RealFileSystem : public FileSystem {
180 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem()
181 static IntrusiveRefCntPtr<FileSystem> FS = new RealFileSystem(); in getRealFileSystem()
228 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem()
232 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay()
467 class VFSFromYAML : public vfs::FileSystem {
470 IntrusiveRefCntPtr<FileSystem> ExternalFS;
488 VFSFromYAML(IntrusiveRefCntPtr<FileSystem> ExternalFS) in VFSFromYAML()
[all …]
H A DFileSystemStatCache.cpp56 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
122 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) { in getStat()
H A DFileManager.cpp48 IntrusiveRefCntPtr<vfs::FileSystem> FS) in FileManager()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h210 class FileSystem; variable
213 IntrusiveRefCntPtr<vfs::FileSystem>
H A DCompilerInstance.h80 IntrusiveRefCntPtr<vfs::FileSystem> VirtualFileSystem;
343 vfs::FileSystem &getVirtualFileSystem() const { in getVirtualFileSystem()
353 void setVirtualFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS) { in setVirtualFileSystem()
/minix3/external/bsd/llvm/lib/libMCLinkerSupport/
H A DMakefile12 FileSystem.cpp \
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp682 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile()
1076 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in Parse()
1551 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble()
1710 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create()
1904 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCompilerInvocation()
1971 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine()
H A DFrontendAction.cpp225 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS = in BeginSourceFile()
H A DCompilerInvocation.cpp2069 IntrusiveRefCntPtr<vfs::FileSystem>
2083 return IntrusiveRefCntPtr<vfs::FileSystem>(); in createVFSFromCompilerInvocation()
2086 IntrusiveRefCntPtr<vfs::FileSystem> FS = in createVFSFromCompilerInvocation()
2090 return IntrusiveRefCntPtr<vfs::FileSystem>(); in createVFSFromCompilerInvocation()
H A DCacheTokens.cpp544 vfs::FileSystem &FS) override { in getStat()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp475 vfs::FileSystem &FS = *FileMgr.getVirtualFileSystem(); in HandleEndOfFile()
H A DPTHLexer.cpp701 vfs::FileSystem &FS) override { in getStat()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc22 #include "llvm/Support/FileSystem.h"
H A DSignals.inc17 #include "llvm/Support/FileSystem.h"
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc14 #include "llvm/Support/FileSystem.h"
H A DProgram.inc17 #include "llvm/Support/FileSystem.h"