HomeSort by: relevance | last modified time | path
    Searched refs:SetCommentRetentionState (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteMacros.cpp 71 RawLex.SetCommentRetentionState(true);
InclusionRewriter.cpp 385 RawLex.SetCommentRetentionState(false);
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
HTMLRewrite.cpp 454 L.SetCommentRetentionState(true);
584 TmpPP.SetCommentRetentionState(false, false);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 231 void SetCommentRetentionState(bool Mode) {
Preprocessor.h 962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) {
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp 319 Lex.SetCommentRetentionState(true);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 171 SetCommentRetentionState(PP->getCommentRetentionState());
485 TheLexer.SetCommentRetentionState(true);
533 TheLexer.SetCommentRetentionState(true);
595 TheLexer.SetCommentRetentionState(true);
PPDirectives.cpp 2789 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 869 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments);
VerifyDiagnosticConsumer.cpp 834 RawLex.SetCommentRetentionState(true);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 6888 Lex.SetCommentRetentionState(true);
7617 Lex.SetCommentRetentionState(true);

Completed in 34 milliseconds