HomeSort by relevance Sort by last modified time
    Searched refs:HighlightMacros (Results 1 - 5 of 5) 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/include/clang/Rewrite/Frontend/
ASTConsumers.h 45 bool HighlightMacros = true);
  /external/clang/include/clang/Rewrite/Core/
HTMLRewrite.h 72 /// 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/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) {
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 158 html::HighlightMacros(R, FID, PP);

Completed in 68 milliseconds