Home
last modified time | relevance | path

Searched defs:ConstArg (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dinline_type_alias.rs361 ConstArg(ast::ConstArg), enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs128 pub fn const_arg(&self) -> Option<ConstArg> { support::child(&self.syntax) } in const_arg()
140 pub struct ConstArg { struct
143 impl ConstArg { implementation
1210 pub fn const_arg(&self) -> Option<ConstArg> { support::child(&self.syntax) } in const_arg()
1520 ConstArg(ConstArg), enumerator
1859 impl AstNode for ConstArg { implementation
4333 impl std::fmt::Display for ConstArg { implementation
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs245 pub struct ConstArg { struct
266 Const(ConstArg), argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dlib.rs685 pub fn source(&self, db: &dyn db::DefDatabase) -> ast::ConstArg { in source()
/third_party/rust/rust/src/librustdoc/clean/
Dmod.rs250 pub(crate) fn clean_const<'tcx>(constant: &hir::ConstArg, cx: &mut DocContext<'tcx>) -> Constant { in clean_const()
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlate.rs77 ConstArg(IsRepeatExpr), enumerator