Searched refs:hasRecordedPreamble (Results 1 – 2 of 2) sorted by relevance
736 bool hasRecordedPreamble() const { return !ConditionalStack.empty(); } in hasRecordedPreamble() function2799 bool hasRecordedPreamble() const { in hasRecordedPreamble() function2800 return PreambleConditionalStack.hasRecordedPreamble(); in hasRecordedPreamble()
2506 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()