Home
last modified time | relevance | path

Searched defs:TopEntryPoint (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Dlib.rs68 pub enum TopEntryPoint { enum
80 impl TopEntryPoint { impl
Dtests.rs88 fn parse(entry: TopEntryPoint, text: &str) -> (String, bool) { in parse()
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/tests/
Dtop_entries.rs309 fn check(entry: TopEntryPoint, input: &str, expect: expect_test::Expect) { in check()
/third_party/rust/rust/src/tools/rust-analyzer/crates/mbe/src/
Dsyntax_bridge.rs81 entry_point: parser::TopEntryPoint, in token_tree_to_syntax_node()