tree_sitter::ffi

Function ts_node_descendant_for_point_range

Source
pub unsafe extern "C" fn ts_node_descendant_for_point_range(
    self_: TSNode,
    start: TSPoint,
    end: TSPoint,
) -> TSNode