Searched refs:PCHPath (Results 1 – 1 of 1) sorted by relevance
830 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage() local831 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()833 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()843 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()848 StringRef PCHPath = getInMemoryPreamblePath(); in setupPreambleStorage() local849 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()852 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()