Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp716 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp1404 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
H A DLexer.cpp171 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h967 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function