Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.h52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS; variable
H A DExpandModularHeadersPPCallbacks.cpp69 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS) in ExpandModularHeadersPPCallbacks()
H A DClangTidy.cpp330 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS) in ClangTidyASTConsumerFactory()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp278 auto OverlayFS = in DependencyScanningWorker() local
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp334 auto OverlayFS = llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(RFS); in overlayRealFS() local