Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp602 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp842 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
H A DLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h544 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function