Home
last modified time | relevance | path

Searched defs:is_simple_path (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs1568 let is_simple_path = |ty: &P<ast::Ty>, sym| { in create_struct_field_access_fields() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs302 pub fn is_simple_path(&self) -> bool { in is_simple_path() method
/third_party/rust/rust/compiler/rustc_ast/src/
Dast.rs2151 pub fn is_simple_path(&self) -> Option<Symbol> { in is_simple_path() method