Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance
153 bool KeepComments : 1; variable728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument729 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()733 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
96 KeepComments = false; in Preprocessor()