Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp204 bool hasEmittedPreamblePCH() const { return HasEmittedPreamblePCH; } in hasEmittedPreamblePCH() function in __anon8af6de7c0111::PrecompilePreambleAction
216 bool shouldEraseOutputFiles() override { return !hasEmittedPreamblePCH(); } in shouldEraseOutputFiles()
447 if (!Act->hasEmittedPreamblePCH()) in Build()
/external/clang/lib/Frontend/
DASTUnit.cpp909 bool hasEmittedPreamblePCH() const { return HasEmittedPreamblePCH; } in hasEmittedPreamblePCH() function in __anon2e64129a0311::PrecompilePreambleAction
911 bool shouldEraseOutputFiles() override { return !hasEmittedPreamblePCH(); } in shouldEraseOutputFiles()
1600 if (!Act->hasEmittedPreamblePCH()) { in getMainBufferWithPrecompiledPreamble()