Home
last modified time | relevance | path

Searched refs:syntax_kinds (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/tests/
H A Dsourcegen_ast.rs22 let syntax_kinds = generate_syntax_kinds(KINDS_SRC); in sourcegen_ast() localVariable
25 sourcegen::ensure_file_contents(syntax_kinds_file.as_path(), &syntax_kinds); in sourcegen_ast()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/tests/
H A Dsourcegen_ast.rs22 let syntax_kinds = generate_syntax_kinds(KINDS_SRC); in sourcegen_ast() localVariable
25 sourcegen::ensure_file_contents(syntax_kinds_file.as_path(), &syntax_kinds); in sourcegen_ast()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/docs/dev/
H A Darchitecture.md98 - `ungrammar` description of the grammar, which is used to generate `syntax_kinds` and `ast` module…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/docs/dev/
H A Darchitecture.md98 - `ungrammar` description of the grammar, which is used to generate `syntax_kinds` and `ast` module…