Implement ts_find_parent_offset_point

This commit is contained in:
joshvera 2015-11-25 11:08:44 -05:00
parent 8446b657f0
commit 2669933d06
3 changed files with 16 additions and 1 deletions

View file

@ -51,6 +51,8 @@ void ts_tree_release(TSTree *tree);
bool ts_tree_eq(const TSTree *tree1, const TSTree *tree2);
char *ts_tree_string(const TSTree *tree, const char **names,
bool include_anonymous);
TSPoint ts_find_parent_offset_point(const TSTree *self);
TSLength ts_tree_total_size(const TSTree *tree);
TSPoint ts_tree_total_size_point(const TSTree *self);
void ts_tree_prepend_children(TSTree *, size_t, TSTree **);