ΒΆclang::transformer::Stencil expression(
    llvm::StringRef Id)

Description

Generates the source of the expression bound to \p Id, wrapping it in parentheses if it may parse differently depending on context. For example, a binary operation is always wrapped, while a variable reference is never wrapped.

Declared at: clang/include/clang/Tooling/Transformer/Stencil.h:76

Parameters

llvm::StringRef Id