Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
153 bool KeepMacroComments : 1; variable721 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument722 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()723 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
94 KeepMacroComments = false; in Preprocessor()
786 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
2073 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()