UserAttributeDeclaration.isGNUABITag

Check if the provided expression references core.attribute.gnuAbiTag

This should be called after semantic has been run on the expression. Semantic on UDA happens in semantic2 (see dmd.semantic2).

class UserAttributeDeclaration
static
bool
isGNUABITag

Parameters

e Expression

Expression to check (usually from UserAttributeDeclaration.atts)

Return Value

Type: bool

true if the expression references the compiler-recognized gnuAbiTag

Suggestion Box / Bug Report