Home
last modified time | relevance | path

Searched defs:OverlayFileSystem (Results 1 – 5 of 5) sorted by relevance

/external/clang/unittests/Tooling/
DRewriterTestContext.h118 IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
DToolingTest.cpp152 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in TEST() local
178 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in TEST() local
/external/clang/include/clang/Tooling/
DTooling.h340 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
/external/clang/lib/Tooling/
DTooling.cpp133 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in runToolOnCodeWithArgs() local
508 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in buildASTFromCodeWithArgs() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp290 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem