Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp454 L.SetCommentRetentionState(true); in SyntaxHighlight()
584 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp385 RawLex.SetCommentRetentionState(false); in Process()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h231 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp171 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
485 TheLexer.SetCommentRetentionState(true); in getRawToken()
533 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
595 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp2860 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp869 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp834 RawLex.SetCommentRetentionState(true); in findDirectives()