Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs649 ForType(ast::ForType), enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs1238 pub struct ForType { struct
1241 impl ForType { argument
1528 ForType(ForType), enumerator
2893 impl AstNode for ForType { implementation
4803 impl std::fmt::Display for ForType { implementation