Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp70 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp392 RawLex.SetCommentRetentionState(false); in Process()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp487 L.SetCommentRetentionState(true); in SyntaxHighlightImpl()
648 TmpPP.SetCommentRetentionState(false, false); in HighlightMacrosImpl()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp87 Lex.SetCommentRetentionState(true); in process()
H A DFormat.cpp4160 Lex.SetCommentRetentionState(true); in getLanguageByComment()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h269 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h1266 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp224 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
536 TheLexer.SetCommentRetentionState(true); in getRawToken()
584 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
645 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
1345 lexer.SetCommentRetentionState(IncludeComments); in findNextToken()
H A DPPDirectives.cpp3199 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp1084 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp850 RawLex.SetCommentRetentionState(true); in findDirectives()