Home
last modified time | relevance | path

Searched refs:ts_node_start_byte (Results 1 – 21 of 21) sorted by relevance

/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dnode.c36 uint32_t ts_node_start_byte(TSNode self) { in ts_node_start_byte() function
66 .position = {ts_node_start_byte(*node), ts_node_start_point(*node)}, in ts_node_iterate_children()
262 if (ts_node_start_byte(child) <= ts_node_start_byte(self)) { in ts_node__next_sibling()
351 if (range_start < ts_node_start_byte(child)) break; in ts_node__descendant_for_byte_range()
407 return ts_node_start_byte(self) + ts_subtree_size(ts_node__subtree(self)).bytes; in ts_node_end_byte()
475 ts_node_start_byte(child) > ts_node_start_byte(self) || in ts_node_parent()
677 uint32_t start_byte = ts_node_start_byte(*self); in ts_node_edit()
H A Dquery.c2422 uint32_t node_start_byte = ts_node_start_byte(node); in ts_query_cursor__first_in_progress_capture()
2447 uint32_t left_start = ts_node_start_byte(left); in ts_query_cursor__compare_nodes()
2448 uint32_t right_start = ts_node_start_byte(right); in ts_query_cursor__compare_nodes()
2792 ts_node_start_byte(node) < self->end_byte && in ts_query_cursor__advance()
2799 ts_node_start_byte(parent_node) < self->end_byte && in ts_query_cursor__advance()
3253 uint32_t node_start_byte = ts_node_start_byte(node); in ts_query_cursor_next_capture()
H A Dtree_cursor.c84 ts_node_start_byte(node), in ts_tree_cursor_init()
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dnode.c36 uint32_t ts_node_start_byte(TSNode self) { in ts_node_start_byte() function
66 .position = {ts_node_start_byte(*node), ts_node_start_point(*node)}, in ts_node_iterate_children()
262 if (ts_node_start_byte(child) <= ts_node_start_byte(self)) { in ts_node__next_sibling()
351 if (range_start < ts_node_start_byte(child)) break; in ts_node__descendant_for_byte_range()
407 return ts_node_start_byte(self) + ts_subtree_size(ts_node__subtree(self)).bytes; in ts_node_end_byte()
475 ts_node_start_byte(child) > ts_node_start_byte(self) || in ts_node_parent()
677 uint32_t start_byte = ts_node_start_byte(*self); in ts_node_edit()
H A Dquery.c2476 uint32_t node_start_byte = ts_node_start_byte(node); in ts_query_cursor__first_in_progress_capture()
2501 uint32_t left_start = ts_node_start_byte(left); in ts_query_cursor__compare_nodes()
2502 uint32_t right_start = ts_node_start_byte(right); in ts_query_cursor__compare_nodes()
2858 ts_node_start_byte(node) < self->end_byte && in ts_query_cursor__advance()
2865 ts_node_start_byte(parent_node) < self->end_byte && in ts_query_cursor__advance()
3324 uint32_t node_start_byte = ts_node_start_byte(node); in ts_query_cursor_next_capture()
H A Dtree_cursor.c84 ts_node_start_byte(node), in ts_tree_cursor_init()
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dnode.c36 uint32_t ts_node_start_byte(TSNode self) { in ts_node_start_byte() function
66 .position = {ts_node_start_byte(*node), ts_node_start_point(*node)}, in ts_node_iterate_children()
265 if (ts_node_start_byte(child) <= ts_node_start_byte(self)) { in ts_node__next_sibling()
354 if (range_start < ts_node_start_byte(child)) break; in ts_node__descendant_for_byte_range()
412 return ts_node_start_byte(self) + ts_subtree_size(ts_node__subtree(self)).bytes; in ts_node_end_byte()
483 ts_node_start_byte(child) > ts_node_start_byte(self) || in ts_node_parent()
663 uint32_t start_byte = ts_node_start_byte(*self); in ts_node_edit()
H A Dquery.c2224 …uint32_t capture_byte = ts_node_start_byte(captures->contents[state->consumed_capture_count].node); in ts_query_cursor__first_in_progress_capture()
2250 uint32_t left_start = ts_node_start_byte(left); in ts_query_cursor__compare_nodes()
2251 uint32_t right_start = ts_node_start_byte(right); in ts_query_cursor__compare_nodes()
2577 self->end_byte <= ts_node_start_byte(node) || in ts_query_cursor__advance()
2998 uint32_t capture_byte = ts_node_start_byte( in ts_query_cursor_next_capture()
H A Dtree_cursor.c84 ts_node_start_byte(node), in ts_tree_cursor_init()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cpp/src/tree_sitter/
H A Druntime.h60 size_t ts_node_start_byte(TSNode);
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/include/tree_sitter/
H A Dapi.h419 uint32_t ts_node_start_byte(TSNode);
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/include/tree_sitter/
H A Dapi.h417 uint32_t ts_node_start_byte(TSNode);
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/include/tree_sitter/
H A Dapi.h418 uint32_t ts_node_start_byte(TSNode);
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/binding_web/
H A Dbinding.c306 return byte_to_code_unit(ts_node_start_byte(node)); in ts_tree_cursor_start_index_wasm()
431 return byte_to_code_unit(ts_node_start_byte(node)); in ts_node_start_index_wasm()
/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dtreesitter.c494 .start_byte = ts_node_start_byte(node), in range_from_lua()
716 uint32_t start_byte = ts_node_start_byte(node); in node_start()
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/binding_rust/
H A Dbindings.rs376 pub fn ts_node_start_byte(arg1: TSNode) -> u32; in ts_node_start_byte() function
H A Dlib.rs798 unsafe { ffi::ts_node_start_byte(self.0) as usize } in start_byte()
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/binding_rust/
H A Dbindings.rs378 pub fn ts_node_start_byte(arg1: TSNode) -> u32; in ts_node_start_byte() function
H A Dlib.rs798 unsafe { ffi::ts_node_start_byte(self.0) as usize } in start_byte()
/dports/devel/tree-sitter/tree-sitter-0.20.1/docs/
H A Dsection-2-using-parsers.md166 uint32_t ts_node_start_byte(TSNode);
358 ts_node_start_byte(node),
366 ts_node_start_byte(code_node),
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd.c5026 start = ts_node_start_byte (node); \
5039 ut32 parent_start = ts_node_start_byte (parent); in ts_node_sub_parent_string()
5102 ut32 command_start = ts_node_start_byte (state->substitute_cmd); in DEFINE_IS_TS_FCN_AND_SYMBOL()
5106 e->start = ts_node_start_byte (arg) - command_start; in DEFINE_IS_TS_FCN_AND_SYMBOL()
5441 …pace_after_cmd = !ts_node_is_null (args) && ts_node_end_byte (command) < ts_node_start_byte (args); in DEFINE_HANDLE_TS_FCN_AND_SYMBOL()