Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp716 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1404 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
H A DLexer.cpp171 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h968 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function