Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp488 L.SetCommentRetentionState(true); in SyntaxHighlight()
649 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp84 Lex.SetCommentRetentionState(true); in process()
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h269 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h1255 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in setPreprocessedOutput()
1235 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { SetCommentRetentionState() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp225 SetCommentRetentionState(PP->getCommentRetentionState()); in Create_PragmaLexer()
537 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
585 TheLexer.SetCommentRetentionState(true);
647 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp3165 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1088 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments);
H A DVerifyDiagnosticConsumer.cpp842 RawLex.SetCommentRetentionState(true); in findDirectives()