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

Description

Produces a human-readable rendering of the node bound to `Id`, suitable for diagnostics and debugging. This operator can be applied to any node, but is targeted at those whose source cannot be printed directly, including: * Types. represented based on their structure. Note that namespace qualifiers are always printed, with the anonymous namespace represented explicitly. No desugaring or canonicalization is applied.

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

Parameters

llvm::StringRef Id