Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp783 IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS = in setupPreambleStorage() local
785 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
787 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()