Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp455 L.SetCommentRetentionState(true); in SyntaxHighlight()
585 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp390 RawLex.SetCommentRetentionState(false); in Process()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp84 Lex.SetCommentRetentionState(true); in process()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h269 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h1235 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp180 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
492 TheLexer.SetCommentRetentionState(true); in getRawToken()
540 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
602 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp3087 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp980 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp837 RawLex.SetCommentRetentionState(true); in findDirectives()