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