Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp830 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage() local
831 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() local
849 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
852 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(Buf), VFS); in setupPreambleStorage()