ΒΆbool needParensAfterUnaryOperator(
    const clang::Expr& E)

Description

Determines whether printing this expression to the right of a unary operator requires a parentheses to preserve its meaning.

Declared at: clang/include/clang/Tooling/Transformer/SourceCodeBuilders.h:45

Parameters

const clang::Expr& E