Searched refs:SyntaxHighlight (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 35 bool SyntaxHighlight, HighlightMacros; member in __anon5c9574910111::HTMLPrinter 40 : Out(std::move(OS)), PP(pp), SyntaxHighlight(_SyntaxHighlight), in HTMLPrinter() 50 bool SyntaxHighlight, bool HighlightMacros) { in CreateHTMLPrinter() argument 51 return std::make_unique<HTMLPrinter>(std::move(OS), PP, SyntaxHighlight, in CreateHTMLPrinter() 82 if (SyntaxHighlight) html::SyntaxHighlight(R, FID, PP); in HandleTranslationUnit()
|
| /src/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| H A D | ASTConsumers.h | 43 bool SyntaxHighlight = true,
|
| /src/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | HTMLRewrite.h | 79 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP,
|
| /src/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 563 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP, in SyntaxHighlight() function in html
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 883 html::SyntaxHighlight(R, FID, PP, RewriterCache); in RewriteFile()
|