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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteMacros.cpp72 RawLex.SetCommentRetentionState(true);
H A DInclusionRewriter.cpp356 RawLex.SetCommentRetentionState(false);
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp367 L.SetCommentRetentionState(true);
496 TmpPP.SetCommentRetentionState(false, false);
/external/clang/include/clang/Lex/
H A DLexer.h187 void SetCommentRetentionState(bool Mode) { function in class:clang::Lexer
H A DPreprocessor.h515 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { function in class:clang::Preprocessor
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp717 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments);
H A DVerifyDiagnosticConsumer.cpp595 RawLex.SetCommentRetentionState(true);
/external/clang/lib/Lex/
H A DLexer.cpp125 SetCommentRetentionState(PP->getCommentRetentionState());
450 TheLexer.SetCommentRetentionState(true);
491 TheLexer.SetCommentRetentionState(true);
553 TheLexer.SetCommentRetentionState(true);
H A DPPDirectives.cpp1898 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments);
/external/clang/tools/libclang/
H A DCIndex.cpp5167 Lex.SetCommentRetentionState(true);
5756 Lex.SetCommentRetentionState(true);

Completed in 138 milliseconds