Home
last modified time | relevance | path

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

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