struct RawAttributeList
Defined at line 253 of file ../../tools/fidl/fidlc/src/raw_ast.h
In the raw AST, "no attributes" is represented by a null AttributeList*,
because every SourceElement must have a valid span. (In the flat AST, it is
the opposite: never null, but the vector can be empty.)
Public Members
vector attributes
Public Methods
void Accept (TreeVisitor * visitor)
void RawAttributeList (const SourceElement & element, std::vector<std::unique_ptr<RawAttribute>> attributes)
Defined at line 254 of file ../../tools/fidl/fidlc/src/raw_ast.h