Searched refs:hasRecordedPreamble (Results 1 – 2 of 2) sorted by relevance
485 bool hasRecordedPreamble() const { return !ConditionalStack.empty(); } in hasRecordedPreamble() function2316 bool hasRecordedPreamble() const { in hasRecordedPreamble() function2317 return PreambleConditionalStack.hasRecordedPreamble(); in hasRecordedPreamble()
2159 if (PP.isRecordingPreamble() && PP.hasRecordedPreamble()) { in WritePreprocessor()