Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp711 IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS = in setupPreambleStorage() local
714 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
716 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()