Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
224 bool KeepMacroComments : 1; variable1255 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument1256 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()1257 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
103 KeepMacroComments = false; in Preprocessor()
859 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
3165 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()