Searched refs:SetCommentRetentionState (Results 1 – 9 of 9) sorted by relevance
71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
392 RawLex.SetCommentRetentionState(false); in Process()
488 L.SetCommentRetentionState(true); in SyntaxHighlightImpl()649 TmpPP.SetCommentRetentionState(false, false); in HighlightMacrosImpl()
84 Lex.SetCommentRetentionState(true); in process()
225 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()537 TheLexer.SetCommentRetentionState(true); in getRawToken()585 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()647 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
3165 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
1088 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
842 RawLex.SetCommentRetentionState(true); in findDirectives()
1255 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function