Home
last modified time | relevance | path

Searched defs:can_begin_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_ast/src/
Dtoken.rs410 pub fn can_begin_expr(&self) -> bool { in can_begin_expr() method
/third_party/rust/crates/syn/src/
Dexpr.rs1170 fn can_begin_expr(input: ParseStream) -> bool { in can_begin_expr() function