Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp797 IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS = in setupPreambleStorage() local
799 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
801 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()