ΒΆvoid HighlightMacros(
    clang::Rewriter& R,
    clang::FileID FID,
    const clang::Preprocessor& PP)

Description

HighlightMacros - This uses the macro table state from the end of the file, to reexpand macros and insert (into the HTML) information about the macro expansions. This won't be perfectly perfect, but it will be reasonably close.

Declared at: clang/include/clang/Rewrite/Core/HTMLRewrite.h:76

Parameters

clang::Rewriter& R
clang::FileID FID
const clang::Preprocessor& PP