ts_tree_cursor_goto_first_child  149 src/treesit.c  DEF_DLL_FN (bool, ts_tree_cursor_goto_first_child, (TSTreeCursor *));
ts_tree_cursor_goto_first_child  212 src/treesit.c    LOAD_DLL_FN (library, ts_tree_cursor_goto_first_child);
ts_tree_cursor_goto_first_child 2173 src/treesit.c    if (!ts_tree_cursor_goto_first_child (cursor))
ts_tree_cursor_goto_first_child 3039 src/treesit.c    if (!ts_tree_cursor_goto_first_child (cursor))
ts_tree_cursor_goto_first_child 3125 src/treesit.c        treesit_assume_true (ts_tree_cursor_goto_first_child (cursor));
ts_tree_cursor_goto_first_child 3179 src/treesit.c  	return ts_tree_cursor_goto_first_child (cursor);
ts_tree_cursor_goto_first_child 3182 src/treesit.c  	  if (!ts_tree_cursor_goto_first_child (cursor))
ts_tree_cursor_goto_first_child 3201 src/treesit.c        if (!ts_tree_cursor_goto_first_child (cursor))
ts_tree_cursor_goto_first_child 3660 src/treesit.c    if (limit > 0 && ts_tree_cursor_goto_first_child (cursor))
ts_tree_cursor_goto_first_child 3831 src/treesit.c        while (ts_tree_cursor_goto_first_child (&cursor))
ts_tree_cursor_goto_first_child 3842 src/treesit.c  	  treesit_assume_true (ts_tree_cursor_goto_first_child (&cursor));