| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | ClangTidyMain.cpp | 373 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 D | ClangTidy.cpp | 99 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 D | ClangTidy.h | 90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS, 114 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | StandaloneExecution.cpp | 32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument 35 std::move(BaseFS)), in StandaloneToolExecutor()
|
| H A D | Tooling.cpp | 432 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 D | VirtualFileSystemTest.cpp | 1781 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 D | StandaloneExecution.h | 39 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
|
| H A D | Tooling.h | 326 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileCollector.h | 110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileCollector.cpp | 312 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS() argument 314 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
|
| H A D | VirtualFileSystem.cpp | 419 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 D | CompilerInvocation.h | 281 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4678 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument 4680 return BaseFS; in createVFSFromCompilerInvocation() 4682 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromCompilerInvocation()
|