Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast/src/
Dast_traits.rs388 pub struct AstNodeWrapper<Wrapped, Tag> { struct
393 impl<Wrapped, Tag> AstNodeWrapper<Wrapped, Tag> { impl
399 impl<Wrapped, Tag> AstDeref for AstNodeWrapper<Wrapped, Tag> { implementation
409 impl<Wrapped: fmt::Debug, Tag> fmt::Debug for AstNodeWrapper<Wrapped, Tag> { implementation
Dmut_visit.rs1657 impl<N: DummyAstNode, T: DummyAstNode> DummyAstNode for crate::ast_traits::AstNodeWrapper<N, T> { implementation
/third_party/rust/rust/compiler/rustc_expand/src/
Dexpand.rs1186 impl InvocationCollectorNode for AstNodeWrapper<P<ast::AssocItem>, TraitItemTag> { implementation
1211 impl InvocationCollectorNode for AstNodeWrapper<P<ast::AssocItem>, ImplItemTag> { implementation
1508 impl InvocationCollectorNode for AstNodeWrapper<P<ast::Expr>, OptExprTag> { implementation
1545 impl InvocationCollectorNode for AstNodeWrapper<P<ast::Expr>, MethodReceiverTag> { implementation