Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
152 bool KeepMacroComments : 1; variable716 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument717 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()718 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
94 KeepMacroComments = false; in Preprocessor()
782 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
2049 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()