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 2169 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3035 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3121 src/treesit.c treesit_assume_true (ts_tree_cursor_goto_first_child (cursor)); ts_tree_cursor_goto_first_child 3175 src/treesit.c return ts_tree_cursor_goto_first_child (cursor); ts_tree_cursor_goto_first_child 3178 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3197 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3656 src/treesit.c if (limit > 0 && ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3827 src/treesit.c while (ts_tree_cursor_goto_first_child (&cursor)) ts_tree_cursor_goto_first_child 3838 src/treesit.c treesit_assume_true (ts_tree_cursor_goto_first_child (&cursor));