Searched refs:PCHPath (Results 1 – 1 of 1) sorted by relevance
713 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage() local714 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() local732 PreprocessorOpts.ImplicitPCHInclude = PCHPath; in setupPreambleStorage()735 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()