Home
last modified time | relevance | path

Searched refs:BaseFS (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp373 llvm::IntrusiveRefCntPtr<vfs::FileSystem> BaseFS) { in getVfsFromFile() argument
375 BaseFS->getBufferForFile(OverlayFile); in getVfsFromFile()
476 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> BaseFS( in clangTidyMain() local
481 getVfsFromFile(VfsOverlay, BaseFS); in clangTidyMain()
484 BaseFS->pushOverlay(std::move(VfsFromFile)); in clangTidyMain()
487 auto OwningOptionsProvider = createOptionsProvider(BaseFS); in clangTidyMain()
605 runClangTidy(Context, OptionsParser->getCompilations(), PathList, BaseFS, in clangTidyMain()
621 WErrorCount, BaseFS); in clangTidyMain()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp99 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) in ErrorReporter() argument
100 : Files(FileSystemOptions(), std::move(BaseFS)), in ErrorReporter()
510 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS, in runClangTidy() argument
514 std::make_shared<PCHContainerOperations>(), BaseFS); in runClangTidy()
548 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS) in runClangTidy() argument
549 : ConsumerFactory(Context, std::move(BaseFS)) {} in runClangTidy()
580 ActionFactory Factory(Context, std::move(BaseFS)); in runClangTidy()
588 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in handleErrors() argument
589 ErrorReporter Reporter(Context, Fix, std::move(BaseFS)); in handleErrors()
H A DClangTidy.h90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
114 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/llvm-project-15.0.7/clang/lib/Tooling/
H A DStandaloneExecution.cpp32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument
35 std::move(BaseFS)), in StandaloneToolExecutor()
H A DTooling.cpp432 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in ClangTool() argument
436 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1781 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS( in TEST_F() local
1783 BaseFS->addFile("//root/foo/a", 0, in TEST_F()
1787 {}, /*UseExternalNames=*/false, *BaseFS); in TEST_F()
1811 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS( in TEST_F() local
1813 BaseFS->addFile("//root/foo/realname", 0, in TEST_F()
1828 BaseFS); in TEST_F()
1853 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS( in TEST_F() local
1855 BaseFS->addFile("//root/foo/realname", 0, in TEST_F()
1870 BaseFS); in TEST_F()
3001 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS = in TEST() local
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DStandaloneExecution.h39 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h326 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileCollector.h110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp312 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS() argument
314 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
H A DVirtualFileSystem.cpp419 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
420 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h281 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4678 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
4680 return BaseFS; in createVFSFromCompilerInvocation()
4682 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromCompilerInvocation()