Searched refs:getCommentRetentionState (Results 1 – 3 of 3) sorted by relevance
647 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
126 SetCommentRetentionState(PP.getCommentRetentionState()); in Lexer()2353 SetCommentRetentionState(PP->getCommentRetentionState()); in LexEndOfFile()2628 SetCommentRetentionState(PP->getCommentRetentionState()); in LexTokenInternal()
401 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function