Lines Matching refs:kinds
17 * [AST node kinds](#ast-node-kinds)
86 [AST node kinds section](#ast-node-kinds) for an overview of the available node kinds.
90 kinds.
97 of children. The [AST node kinds section](#ast-node-kinds) contains a list of the child names for
98 the different node kinds.
194 `ast\get_metadata()` returns metadata about all AST node kinds. The return value is a map from AST
195 node kinds to `ast\Metadata` objects defined as follows.
221 This section lists which flags are used by which AST node kinds. The "combinable" flags can be
371 AST node kinds
374 This section lists the AST node kinds that are supported and the names of their child nodes.
515 * Add new node kinds `AST_PROPERTY_HOOK` and `AST_PROPERTY_HOOK_SHORT_BODY`.