Searched refs:KeepMacroComments (Results 1 – 8 of 8) sorted by relevance
154 bool KeepMacroComments : 1; variable728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument729 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()730 this->KeepMacroComments = KeepMacroComments; in SetCommentRetentionState()
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()
97 KeepMacroComments = false; in Preprocessor()
788 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadFunctionLikeMacroArgs()
2278 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
99 KeepMacroComments = false; in Preprocessor()
849 } else if (Tok.is(tok::comment) && !KeepMacroComments) { in ReadMacroCallArgumentList()
2765 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()