Searched refs:PCHPath (Results 1 – 1 of 1) sorted by relevance
792 llvm::StringRef PCHPath = Storage.filePath(); in setupPreambleStorage() local793 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()798 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()800 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()810 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()815 StringRef PCHPath = getInMemoryPreamblePath(); in setupPreambleStorage() local816 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()819 Storage.memoryContents(), PCHPath, /*RequiresNullTerminator=*/false); in setupPreambleStorage()820 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()