pub unsafe extern "C" fn ts_language_subtypes(
self_: *const TSLanguage,
supertype: TSSymbol,
length: *mut u32,
) -> *const TSSymbol
Expand description
Get a list of all subtype symbol ids for a given supertype symbol.
See ts_language_supertypes
for fetching all supertype symbols.