OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HighlightMacros
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Rewrite/
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);
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 441 milliseconds