Searched refs:KeepComments (Results 1 – 2 of 2) sorted by relevance
223 bool KeepComments : 1; variable1255 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument1256 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()1260 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
102 KeepComments = false; in Preprocessor()