Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp909 bool hasEmittedPreamblePCH() const { return HasEmittedPreamblePCH; } in hasEmittedPreamblePCH() function in __anon334b82b20311::PrecompilePreambleAction
911 bool shouldEraseOutputFiles() override { return !hasEmittedPreamblePCH(); } in shouldEraseOutputFiles()
1600 if (!Act->hasEmittedPreamblePCH()) { in getMainBufferWithPrecompiledPreamble()