Home
last modified time | relevance | path

Searched refs:SetCommentRetentionState (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp392 RawLex.SetCommentRetentionState(false); in Process()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp488 L.SetCommentRetentionState(true); in SyntaxHighlightImpl()
649 TmpPP.SetCommentRetentionState(false, false); in HighlightMacrosImpl()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp84 Lex.SetCommentRetentionState(true); in process()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp225 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
537 TheLexer.SetCommentRetentionState(true); in getRawToken()
585 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
647 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp3165 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1088 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp842 RawLex.SetCommentRetentionState(true); in findDirectives()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1255 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function