HomeSort by relevance Sort by last modified time
    Searched defs:HighlightMacros (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Rewrite/Frontend/
HTMLPrint.cpp 37 bool SyntaxHighlight, HighlightMacros;
43 HighlightMacros(_HighlightMacros) {}
53 bool HighlightMacros) {
54 return new HTMLPrinter(OS, PP, SyntaxHighlight, HighlightMacros);
85 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 443 /// HighlightMacros - This uses the macro table state from the end of the
447 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) {

Completed in 250 milliseconds