Searched refs:hasEmittedPreamblePCH (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Frontend/
H A DASTUnit.cpp921 bool hasEmittedPreamblePCH() const { return HasEmittedPreamblePCH; } function in class:__anon17907::PrecompilePreambleAction
923 bool shouldEraseOutputFiles() override { return !hasEmittedPreamblePCH(); }
1622 if (!Act->hasEmittedPreamblePCH()) {

Completed in 2853 milliseconds