Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
214 bool KeepMacroComments : 1; variable1236 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument1237 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()1238 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
99 KeepMacroComments = false; in Preprocessor()
858 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
3030 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()