Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance
151 bool KeepComments : 1; variable716 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument717 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()721 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
93 KeepComments = false; in Preprocessor()