Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance
150 bool KeepComments : 1; variable539 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument540 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()544 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
92 KeepComments = false; in Preprocessor()