Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DHTMLRewrite.cpp367 L.SetCommentRetentionState(true); in SyntaxHighlight()
496 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
/external/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp72 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
DInclusionRewriter.cpp411 RawLex.SetCommentRetentionState(false); in Process()
/external/clang/include/clang/Lex/
DLexer.h187 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
DPreprocessor.h728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
/external/clang/lib/Lex/
DLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode()
444 TheLexer.SetCommentRetentionState(true); in getRawToken()
485 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken()
547 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
DPPDirectives.cpp2278 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp751 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
DVerifyDiagnosticConsumer.cpp590 RawLex.SetCommentRetentionState(true); in findDirectives()
/external/clang/tools/libclang/
DCIndex.cpp6056 Lex.SetCommentRetentionState(true); in getTokens()
6632 Lex.SetCommentRetentionState(true); in annotatePreprocessorTokens()