Searched refs:HighlightMacros (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DHTMLPrint.cpp35 bool SyntaxHighlight, HighlightMacros; member in class:__anon586::HTMLPrinter
41 HighlightMacros(_HighlightMacros) {}
50 bool SyntaxHighlight, bool HighlightMacros) {
52 HighlightMacros);
83 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
49 CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &PP, bool SyntaxHighlight, bool HighlightMacros) argument
/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h44 bool HighlightMacros = true);
/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h72 /// HighlightMacros - This uses the macro table state from the end of the
76 void HighlightMacros(Rewriter &R, FileID FID, const Preprocessor &PP);
/openbsd-current/gnu/llvm/clang/lib/Rewrite/
H A DHTMLRewrite.cpp531 /// HighlightMacros - This uses the macro table state from the end of the
535 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) {
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp873 html::HighlightMacros(R, FID, PP);

Completed in 200 milliseconds