Searched defs:BaseFS (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.h | 112 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; global() variable
|
/llvm-project/clang/lib/Tooling/ |
H A D | StandaloneExecution.cpp | 32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor()
|
H A D | Tooling.cpp | 474 ClangTool(const CompilationDatabase & Compilations,ArrayRef<std::string> SourcePaths,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS,IntrusiveRefCntPtr<FileManager> Files) ClangTool() argument
|
/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | ClangTidyMain.cpp | 446 getVfsFromFile(const std::string & OverlayFile,llvm::IntrusiveRefCntPtr<vfs::FileSystem> BaseFS) getVfsFromFile() argument 541 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> BaseFS( createBaseFS() local 569 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> BaseFS = createBaseFS(); clangTidyMain() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 98 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) in ErrorReporter() argument 531 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS, in runClangTidy() argument 569 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS) in runClangTidy() argument 609 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in handleErrors() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 314 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS()
|
H A D | VirtualFileSystem.cpp | 430 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) OverlayFileSystem() argument
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 1890 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS( in TEST_F() local 1918 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS( in TEST_F() local 2021 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS( in TEST_F() local 3173 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS = TEST() local 3201 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS = TEST() local 3229 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> BaseFS = TEST() local 3419 auto BaseFS = makeIntrusiveRefCnt<DummyFileSystem>(); TEST() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 5053 createVFSFromCompilerInvocation(const CompilerInvocation & CI,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) createVFSFromCompilerInvocation() argument 5060 createVFSFromOverlayFiles(ArrayRef<std::string> VFSOverlayFiles,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) createVFSFromOverlayFiles() argument
|