Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance
237 bool KeepComments : 1; variable1266 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument1267 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()1271 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
100 KeepComments = false; in Preprocessor()