Home
last modified time | relevance | path

Searched refs:pushOverlay (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp181 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST()
207 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST()
233 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST()
262 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST()
308 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST()
335 OverlayFS->pushOverlay(VFS); in overlayRealFS()
695 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST()
H A DRewriterTestContext.h63 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in RewriterTestContext()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp275 O->pushOverlay(Upper); in TEST()
303 O->pushOverlay(Top); in TEST()
340 O->pushOverlay(Upper); in TEST()
1526 O->pushOverlay(FS); in TEST_F()
1628 O->pushOverlay(FS); in TEST_F()
1679 O->pushOverlay(FS); in TEST_F()
1915 O->pushOverlay(FS); in TEST_F()
1951 O->pushOverlay(FS); in TEST_F()
2238 O->pushOverlay(FS); in TEST_F()
2288 O->pushOverlay(FS); in TEST_F()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestFS.h40 OverlayFileSystem->pushOverlay(MemFS); in viewImpl()
H A DRenameTests.cpp41 OFS->pushOverlay(std::move(Overlay)); in createOverlay()
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp108 OFS->pushOverlay(MemFS); in main()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp229 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs()
440 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool()
657 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in buildASTFromCodeWithArgs()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp79 OverlayFS->pushOverlay(InMemoryFs); in ExpandModularHeadersPPCallbacks()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp281 OverlayFS->pushOverlay(InMemoryFS); in DependencyScanningWorker()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp484 BaseFS->pushOverlay(std::move(VfsFromFile)); in clangTidyMain()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp64 Overlay->pushOverlay(PCHFS); in createVFSOverlayForPreamblePCH()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h378 void pushOverlay(IntrusiveRefCntPtr<FileSystem> FS);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.cpp144 OFS->pushOverlay(DirtyFiles.asVFS()); in viewImpl()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp423 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() function in OverlayFileSystem