struct RawModifierList
Defined at line 416 of file ../../tools/fidl/fidlc/src/raw_ast.h
In the raw AST, "no modifiers" is represented by a null ModifierList*,
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 modifiers
Public Methods
void Accept (TreeVisitor * visitor)
void RawModifierList (const SourceElement & element, std::vector<std::unique_ptr<RawModifier>> modifiers)
Defined at line 417 of file ../../tools/fidl/fidlc/src/raw_ast.h