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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp37 bool SyntaxHighlight, HighlightMacros; member in class:__anon3165::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
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h45 bool HighlightMacros = true);
/freebsd-10.0-release/contrib/llvm/tools/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);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
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
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp158 html::HighlightMacros(R, FID, PP);

Completed in 64 milliseconds