Searched refs:OverlayFileSystem (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp165 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(new vfs::OverlayFileSystem(D));
182 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(
183 new vfs::OverlayFileSystem(Base));
220 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(
221 new vfs::OverlayFileSystem(Lower));
245 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(
246 new vfs::OverlayFileSystem(Lower));
381 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(
382 new vfs::OverlayFileSystem(Lowe
[all...]
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h217 /// one file system, the \p OverlayFileSystem contains a directory containing
222 class OverlayFileSystem : public FileSystem { class in namespace:clang::vfs
229 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp235 // OverlayFileSystem implementation
237 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { function in class:OverlayFileSystem
241 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) {
245 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) {
256 OverlayFileSystem::openFileForRead(const llvm::Twine &Path,
271 OverlayFileSystem &Overlays;
273 OverlayFileSystem::iterator CurrentFS;
318 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS,
329 directory_iterator OverlayFileSystem
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp2032 IntrusiveRefCntPtr<vfs::OverlayFileSystem>
2033 Overlay(new vfs::OverlayFileSystem(vfs::getRealFileSystem()));

Completed in 328 milliseconds