HomeSort by relevance Sort by last modified time
    Searched refs:OverlayFileSystem (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 165 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(Lower))
    [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 217 /// one file system, the \p OverlayFileSystem contains a directory containing
222 class OverlayFileSystem : public FileSystem {
229 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 235 // OverlayFileSystem implementation
237 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) {
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::dir_begin(const Twine &Dir
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 312 milliseconds