Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp817 const TempPCHFile &PCHFile = Storage.asFile(); in setupPreambleStorage() local
818 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath()); in setupPreambleStorage()
823 auto PCHPath = PCHFile.getFilePath(); in setupPreambleStorage()