Home
last modified time | relevance | path

Searched refs:setVirtualFileSystem (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp189 FileMgr->setVirtualFileSystem(createVFSFromCompilerInvocation( in runInvocation()
315 Files->setVirtualFileSystem(RealFS); in computeDependencies()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DStdLibTests.cpp91 SM.get().getFileManager().setVirtualFileSystem(FS.view(llvm::None)); in TEST()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h247 void setVirtualFileSystem(IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) { in setVirtualFileSystem() function
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp445 Files->setVirtualFileSystem(OverlayFileSystem); in ClangTool()