Searched refs:hasEmittedPreamblePCH (Results 1 – 2 of 2) sorted by relevance
204 bool hasEmittedPreamblePCH() const { return HasEmittedPreamblePCH; } in hasEmittedPreamblePCH() function in __anon8af6de7c0111::PrecompilePreambleAction216 bool shouldEraseOutputFiles() override { return !hasEmittedPreamblePCH(); } in shouldEraseOutputFiles()447 if (!Act->hasEmittedPreamblePCH()) in Build()
909 bool hasEmittedPreamblePCH() const { return HasEmittedPreamblePCH; } in hasEmittedPreamblePCH() function in __anon2e64129a0311::PrecompilePreambleAction911 bool shouldEraseOutputFiles() override { return !hasEmittedPreamblePCH(); } in shouldEraseOutputFiles()1600 if (!Act->hasEmittedPreamblePCH()) { in getMainBufferWithPrecompiledPreamble()