Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DHTMLRewrite.cpp455 L.SetCommentRetentionState(true); in SyntaxHighlight()
585 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp367 RawLex.SetCommentRetentionState(false); in Process()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp84 Lex.SetCommentRetentionState(true); in process()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h269 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h1236 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp320 Lex.SetCommentRetentionState(true); in findTestSelectionRanges()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp176 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
488 TheLexer.SetCommentRetentionState(true); in getRawToken()
536 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
598 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
H A DPPDirectives.cpp3030 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp964 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp831 RawLex.SetCommentRetentionState(true); in findDirectives()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7154 Lex.SetCommentRetentionState(true); in getTokens()
7883 Lex.SetCommentRetentionState(true); in annotatePreprocessorTokens()