Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp251 PrecompilePreambleAction(std::shared_ptr<PCHBuffer> Buffer, bool WritePCHFile, in PrecompilePreambleAction() argument
253 : Buffer(std::move(Buffer)), WritePCHFile(WritePCHFile), in PrecompilePreambleAction()
287 bool WritePCHFile; // otherwise the PCH is written into the PCHBuffer only. member in __anon0a1e295a0111::PrecompilePreambleAction
330 if (WritePCHFile) { in CreateASTConsumer()