Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp696 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp1062 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
H A DLexer.cpp169 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h855 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function