Home
last modified time | relevance | path

Searched defs:TSLexer (Results 1 – 25 of 40) sorted by relevance

12

/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-agda/src/tree_sitter/
H A Dparser.h40 typedef struct TSLexer TSLexer; typedef
42 struct TSLexer { struct
45 void (*advance)(TSLexer *, bool); argument
46 void (*mark_end)(TSLexer *); argument
47 uint32_t (*get_column)(TSLexer *); argument
48 bool (*is_at_included_range_start)(const TSLexer *); argument
49 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-swift/src/tree_sitter/
H A Dparser.h40 typedef struct TSLexer TSLexer; typedef
42 struct TSLexer { struct
45 void (*advance)(TSLexer *, bool); argument
46 void (*mark_end)(TSLexer *); argument
47 uint32_t (*get_column)(TSLexer *); argument
48 bool (*is_at_included_range_start)(TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-protobuf/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-bash/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-toml/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-tsq/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/typescript/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-yaml/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-zig/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-elixir/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-php/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-python/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-vue/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-javascript/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ledger/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-lua/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ocaml/interface/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cmake/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-css/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-cpp/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-rust/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ocaml/ocaml/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ruby/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-scala/src/tree_sitter/
H A Dparser.h41 typedef struct TSLexer TSLexer; typedef
43 struct TSLexer { struct
46 void (*advance)(TSLexer *, bool); argument
47 void (*mark_end)(TSLexer *); argument
48 uint32_t (*get_column)(TSLexer *); argument
49 bool (*is_at_included_range_start)(const TSLexer *); argument
50 bool (*eof)(const TSLexer *); argument

12