ΒΆtemplate <typename T>
clang::CharSourceRange getSourceRange(
    const T& Node)

Description

Returns the CharSourceRange of an given Node. \p Node is typically a 'Stmt', 'Expr' or a 'Decl'.

Declared at: clang/include/clang/Tooling/FixIt.h:43

Templates

T

Parameters

const T& Node