Home
last modified time | relevance | path

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

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