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 2159 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 2888 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 2974 src/treesit.c treesit_assume_true (ts_tree_cursor_goto_first_child (cursor)); ts_tree_cursor_goto_first_child 3028 src/treesit.c return ts_tree_cursor_goto_first_child (cursor); ts_tree_cursor_goto_first_child 3031 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3050 src/treesit.c if (!ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3325 src/treesit.c if (limit > 0 && ts_tree_cursor_goto_first_child (cursor)) ts_tree_cursor_goto_first_child 3456 src/treesit.c while (ts_tree_cursor_goto_first_child (&cursor)) ts_tree_cursor_goto_first_child 3467 src/treesit.c treesit_assume_true (ts_tree_cursor_goto_first_child (&cursor));