Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
DHTMLRewrite.cpp454 L.SetCommentRetentionState(true); in SyntaxHighlight()
584 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
DInclusionRewriter.cpp385 RawLex.SetCommentRetentionState(false); in Process()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DLexer.h231 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
DPreprocessor.h963 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
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()
DPPDirectives.cpp2860 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp869 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
DVerifyDiagnosticConsumer.cpp834 RawLex.SetCommentRetentionState(true); in findDirectives()