Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
151 bool KeepMacroComments : 1; variable539 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument540 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()541 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
93 KeepMacroComments = false; in Preprocessor()
597 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
2042 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()