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

/external/clang/lib/Rewrite/
H A DHTMLPrint.cpp37 bool SyntaxHighlight, HighlightMacros; member in class:__anon3246::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
H A DHTMLRewrite.cpp443 /// HighlightMacros - This uses the macro table state from the end of the
447 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) { function in class:html
/external/clang/include/clang/Rewrite/
H A DASTConsumers.h44 bool HighlightMacros = true);
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);
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp189 html::HighlightMacros(R, FID, PP);

Completed in 166 milliseconds