Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp713 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage() local
714 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
716 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
726 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
731 StringRef PCHPath = getInMemoryPreamblePath(); in setupPreambleStorage() local
732 PreprocessorOpts.ImplicitPCHInclude = PCHPath; in setupPreambleStorage()
735 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()