Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance
196 bool KeepComments : 1; variable963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument964 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()968 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
98 KeepComments = false; in Preprocessor()