Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
138 bool KeepMacroComments : 1; variable475 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument476 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()477 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
89 KeepMacroComments = false; in Preprocessor()
583 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
1891 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()