Searched refs:KeepMacroComments (Results 1 – 4 of 4) sorted by relevance
197 bool KeepMacroComments : 1; variable962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument963 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()964 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
99 KeepMacroComments = false; in Preprocessor()
851 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
2789 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()