Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp823 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage() local
824 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
826 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
836 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
841 StringRef PCHPath = getInMemoryPreamblePath(); in setupPreambleStorage() local
842 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
845 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()