ΒΆinline void HighlightRange(
    clang::Rewriter& R,
    clang::SourceRange Range,
    const char* StartTag,
    const char* EndTag)

Description

HighlightRange - Highlight a range in the source code with the specified start/end tags. The Start/end of the range must be in the same file. This ensures that start/end tags are placed at the start/end of each line if the range is multiline.

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

Parameters

clang::Rewriter& R
clang::SourceRange Range
const char* StartTag
const char* EndTag