ΒΆtemplate <typename T>
llvm::StringRef getText(
    const T& Node,
    const clang::ASTContext& Context)

Description

Returns the source-code text corresponding to \p Node.

Declared at: clang/include/clang/Tooling/Transformer/SourceCode.h:55

Templates

T

Parameters

const T& Node
const clang::ASTContext& Context