Home
last modified time | relevance | path

Searched defs:BaseFS (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h112 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS; global() variable
/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp32 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor()
H A DTooling.cpp474 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 DClangTidyMain.cpp446 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 DClangTidy.cpp98 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 DFileCollector.cpp314 FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS, in createCollectorVFS()
H A DVirtualFileSystem.cpp430 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) OverlayFileSystem() argument
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1890 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 DCompilerInvocation.cpp5053 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