Searched refs:KeepComments (Results 1 – 3 of 3) sorted by relevance
111 bool KeepComments : 1; variable396 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() argument397 this->KeepComments = KeepComments | KeepMacroComments; in SetCommentRetentionState()401 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState()
265 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()281 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()298 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()394 if (CurLexer) CurLexer->SetCommentRetentionState(KeepComments); in SkipExcludedConditionalBlock()
131 KeepComments = false; in Initialize()