Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp632 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/external/clang/lib/Lex/
DPreprocessor.cpp898 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
DLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/external/clang/include/clang/Lex/
DPreprocessor.h733 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function