Home
last modified time | relevance | path

Searched refs:getCommentRetentionState (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp647 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
DLexer.cpp126 SetCommentRetentionState(PP.getCommentRetentionState()); in Lexer()
2353 SetCommentRetentionState(PP->getCommentRetentionState()); in LexEndOfFile()
2628 SetCommentRetentionState(PP->getCommentRetentionState()); in LexTokenInternal()
/external/clang/include/clang/Lex/
DPreprocessor.h401 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function