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

  /external/clang/lib/Frontend/Rewrite/
HTMLPrint.cpp 37 bool SyntaxHighlight, HighlightMacros;
43 HighlightMacros(_HighlightMacros) {}
53 bool HighlightMacros) {
55 HighlightMacros);
86 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 44 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/
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) {
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 174 html::HighlightMacros(R, FID, PP);

Completed in 81 milliseconds