Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DHTMLRewrite.cpp437 L.SetCommentRetentionState(true); in SyntaxHighlight()
567 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp72 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp434 RawLex.SetCommentRetentionState(false); in Process()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h228 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h850 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp169 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
474 TheLexer.SetCommentRetentionState(true); in getRawToken()
522 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
584 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp2561 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp840 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp675 RawLex.SetCommentRetentionState(true); in findDirectives()