Home
last modified time | relevance | path

Searched refs:RealFS (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp282 RealFS = llvm::vfs::createPhysicalFileSystem(); in DependencyScanningWorker()
288 Service.getSharedCache(), RealFS, PPSkipMappings.get()); in DependencyScanningWorker()
290 Files = new FileManager(FileSystemOptions(), RealFS); in DependencyScanningWorker()
311 RealFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
316 tooling::ClangTool Tool(CDB, Input, PCHContainerOps, RealFS, Files); in computeDependencies()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h75 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp821 IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS = in setupPreambleStorage() local
824 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
826 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()