Searched refs:SyntaxHighlight (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | HTMLPrint.cpp | 35 bool SyntaxHighlight, HighlightMacros; member in __anon1dfb8a120111::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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| H A D | ASTConsumers.h | 43 bool SyntaxHighlight = true,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | HTMLRewrite.h | 70 void SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 445 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) { in SyntaxHighlight() function in html
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | HTMLDiagnostics.cpp | 885 html::SyntaxHighlight(R, FID, PP); in RewriteFile()
|