struct AttributeArg

Defined at line 18 of file ../../tools/fidl/fidlc/src/attributes.h

Public Members

optional name
unique_ptr value
SourceSpan span
static basic_string_view kDefaultAnonymousName

Public Methods

void AttributeArg (std::optional<SourceSpan> name, std::unique_ptr<Constant> value, SourceSpan span)

Defined at line 19 of file ../../tools/fidl/fidlc/src/attributes.h

std::unique_ptr<AttributeArg> Clone ()