Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp249 PrecompilePreambleAction(std::shared_ptr<PCHBuffer> Buffer, bool WritePCHFile, in PrecompilePreambleAction() argument
251 : Buffer(std::move(Buffer)), WritePCHFile(WritePCHFile), in PrecompilePreambleAction()
285 bool WritePCHFile; // otherwise the PCH is written into the PCHBuffer only. member in __anonbd5fa31b0111::PrecompilePreambleAction
329 if (WritePCHFile) { in CreateASTConsumer()