Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDHTMLRewrite.cpp367 L.SetCommentRetentionState(true); in SyntaxHighlight()
496 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteMacros.cpp72 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
HDInclusionRewriter.cpp410 RawLex.SetCommentRetentionState(false); in Process()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h187 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
HDPreprocessor.h716 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
444 TheLexer.SetCommentRetentionState(true); in getRawToken()
485 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
547 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
HDPPDirectives.cpp2049 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp730 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
HDVerifyDiagnosticConsumer.cpp592 RawLex.SetCommentRetentionState(true); in findDirectives()