Searched defs:HighlightMacros (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Rewrite/Frontend/ |
H A D | HTMLPrint.cpp | 37 bool SyntaxHighlight, HighlightMacros; member in class:__anon17970::HTMLPrinter 43 HighlightMacros(_HighlightMacros) {} 53 bool HighlightMacros) { 54 return new HTMLPrinter(OS, PP, SyntaxHighlight, HighlightMacros); 85 if (HighlightMacros) html::HighlightMacros(R, FID, PP); 50 CreateHTMLPrinter(raw_ostream *OS, Preprocessor &PP, bool SyntaxHighlight, bool HighlightMacros) argument
|
/external/clang/lib/Rewrite/Core/ |
H A D | HTMLRewrite.cpp | 442 /// HighlightMacros - This uses the macro table state from the end of the 446 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) { function in class:html
|
Completed in 154 milliseconds