Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp632 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/external/clang/lib/Lex/
DPreprocessor.cpp898 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
DLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp716 !PP.getCommentRetentionState(); in PrintPreprocessedTokens()
/external/clang/include/clang/Lex/
DPreprocessor.h733 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp1408 if (!AnyPendingTokens || getCommentRetentionState()) in HandleComment()
DLexer.cpp171 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h967 bool getCommentRetentionState() const { return KeepComments; } in getCommentRetentionState() function