Fixed statement AST node. More...
List of all members.
Fixed statement AST node.
EBNF grammar:
fixed-statement: "fixed" "(" pointer-type fixed-pointer-declarators ")" embedded-statement
fixed-pointer-declarators: fixed-pointer-declarator ( "," fixed-pointer-declarator )*
[virtual]
ICsAstVisitor support.
Implements CsNode.
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Clone AST node.
Replace CsNode fields.
Reimplemented from CsNode.
Declarators.
Fixed block entity.
Statement.
Type.