Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DStandaloneExecution.cpp33 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS, in StandaloneToolExecutor() argument
36 std::move(BaseFS)), in StandaloneToolExecutor()
H A DTooling.cpp379 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) in ClangTool() argument
382 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))), in ClangTool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DStandaloneExecution.h40 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
H A DTooling.h322 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS =
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h232 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp344 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() argument
345 FSList.push_back(std::move(BaseFS)); in OverlayFileSystem()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp3473 IntrusiveRefCntPtr<llvm::vfs::FileSystem> BaseFS) { in createVFSFromCompilerInvocation() argument
3475 return BaseFS; in createVFSFromCompilerInvocation()
3477 IntrusiveRefCntPtr<llvm::vfs::FileSystem> Result = BaseFS; in createVFSFromCompilerInvocation()