Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp454 L.SetCommentRetentionState(true); in SyntaxHighlight()
584 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
H A DInclusionRewriter.cpp385 RawLex.SetCommentRetentionState(false); in Process()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h231 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
H A DPreprocessor.h962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp319 Lex.SetCommentRetentionState(true); in findTestSelectionRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A 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()
H A DPPDirectives.cpp2789 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp869 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
H A DVerifyDiagnosticConsumer.cpp834 RawLex.SetCommentRetentionState(true); in findDirectives()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6888 Lex.SetCommentRetentionState(true); in getTokens()
7617 Lex.SetCommentRetentionState(true); in annotatePreprocessorTokens()