Searched refs:KeepComments (Results 1 – 4 of 4) 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()
196 bool KeepComments : 1; variable962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()967 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
96 KeepComments = false; in Preprocessor()
98 KeepComments = false; in Preprocessor()