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

/external/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);
/external/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h45 bool HighlightMacros = true);
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp442 /// 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
/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp37 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/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp172 html::HighlightMacros(R, FID, PP);

Completed in 430 milliseconds