Searched refs:OverlayFileSystem (Results 1 – 8 of 8) sorted by relevance
/external/clang/unittests/Tooling/ |
D | RewriterTestContext.h | 43 OverlayFileSystem( in RewriterTestContext() 44 new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in RewriterTestContext() 45 Files(FileSystemOptions(), OverlayFileSystem), in RewriterTestContext() 50 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in RewriterTestContext() 118 IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
|
D | ToolingTest.cpp | 152 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in TEST() local 153 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST() 156 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST() 158 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST() 178 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in TEST() local 179 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST() 182 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST() 184 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 128 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in runToolOnCodeWithArgs() local 129 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in runToolOnCodeWithArgs() 132 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs() 134 new FileManager(FileSystemOptions(), OverlayFileSystem)); in runToolOnCodeWithArgs() 313 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in ClangTool() 315 Files(new FileManager(FileSystemOptions(), OverlayFileSystem)), in ClangTool() 317 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool() 395 if (OverlayFileSystem->setCurrentWorkingDirectory( in run() 429 if (OverlayFileSystem->setCurrentWorkingDirectory(InitialDirectory.c_str())) in run() 485 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in buildASTFromCodeWithArgs() local [all …]
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 181 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(new vfs::OverlayFileSystem(D)); in TEST() 198 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 199 new vfs::OverlayFileSystem(Base)); in TEST() 236 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 237 new vfs::OverlayFileSystem(Lower)); in TEST() 261 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 262 new vfs::OverlayFileSystem(Lower)); in TEST() 397 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 398 new vfs::OverlayFileSystem(Lower)); in TEST() 428 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() [all …]
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 273 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem 277 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() 284 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status() 295 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead() 306 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() 311 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() 322 OverlayFileSystem &Overlays; 324 OverlayFileSystem::iterator CurrentFS; 369 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl() 380 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 335 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 240 class OverlayFileSystem : public FileSystem { 247 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2245 IntrusiveRefCntPtr<vfs::OverlayFileSystem> in createVFSFromCompilerInvocation() 2246 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in createVFSFromCompilerInvocation()
|