Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp791 llvm::StringRef PCHPath = Storage.filePath(); in setupPreambleStorage() local
792 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()
797 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
799 auto Buf = RealFS->getBufferForFile(PCHPath); in setupPreambleStorage()
809 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
814 StringRef PCHPath = getInMemoryPreamblePath(); in setupPreambleStorage() local
815 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
818 Storage.memoryContents(), PCHPath, /*RequiresNullTerminator=*/false); in setupPreambleStorage()
819 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()