/external/clang/lib/Rewrite/ |
D | HTMLRewrite.cpp | 367 L.SetCommentRetentionState(true); in SyntaxHighlight() 496 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | ExplicitConstructorCheck.cpp | 48 Lex.SetCommentRetentionState(true); in FindToken()
|
/external/llvm-project/clang/lib/Rewrite/ |
D | HTMLRewrite.cpp | 454 L.SetCommentRetentionState(true); in SyntaxHighlight() 584 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteMacros.cpp | 71 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
|
D | InclusionRewriter.cpp | 385 RawLex.SetCommentRetentionState(false); in Process()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteMacros.cpp | 72 RawLex.SetCommentRetentionState(true); in LexRawTokensFromMainFile()
|
D | InclusionRewriter.cpp | 411 RawLex.SetCommentRetentionState(false); in Process()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 187 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
|
D | Preprocessor.h | 728 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 231 void SetCommentRetentionState(bool Mode) { in SetCommentRetentionState() function
|
D | Preprocessor.h | 962 void SetCommentRetentionState(bool KeepComments, bool KeepMacroComments) { in SetCommentRetentionState() function
|
/external/llvm-project/clang/tools/clang-refactor/ |
D | TestSupport.cpp | 319 Lex.SetCommentRetentionState(true); in findTestSelectionRanges()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ArgumentCommentCheck.cpp | 97 TheLexer.SetCommentRetentionState(true); in getCommentsInRange()
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 125 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode() 444 TheLexer.SetCommentRetentionState(true); in getRawToken() 485 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken() 547 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
|
D | PPDirectives.cpp | 2278 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 171 SetCommentRetentionState(PP->getCommentRetentionState()); in resetExtendedTokenMode() 485 TheLexer.SetCommentRetentionState(true); in getRawToken() 533 TheLexer.SetCommentRetentionState(true); in getBeginningOfFileToken() 595 TheLexer.SetCommentRetentionState(true); in ComputePreamble()
|
D | PPDirectives.cpp | 2765 if (CurLexer) CurLexer->SetCommentRetentionState(KeepMacroComments); in HandleDefineDirective()
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 751 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
|
D | VerifyDiagnosticConsumer.cpp | 590 RawLex.SetCommentRetentionState(true); in findDirectives()
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 869 PP.SetCommentRetentionState(Opts.ShowComments, Opts.ShowMacroComments); in DoPrintPreprocessedInput()
|
D | VerifyDiagnosticConsumer.cpp | 835 RawLex.SetCommentRetentionState(true); in findDirectives()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 328 Lex.SetCommentRetentionState(true); in containsDiscardedTokens()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 6056 Lex.SetCommentRetentionState(true); in getTokens() 6632 Lex.SetCommentRetentionState(true); in annotatePreprocessorTokens()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 6836 Lex.SetCommentRetentionState(true); in getTokens() 7565 Lex.SetCommentRetentionState(true); in annotatePreprocessorTokens()
|