Searched defs:ConstArg (Results 1 – 6 of 6) sorted by relevance
361 ConstArg(ast::ConstArg), enumerator
128 pub fn const_arg(&self) -> Option<ConstArg> { support::child(&self.syntax) } in const_arg()140 pub struct ConstArg { struct143 impl ConstArg { implementation1210 pub fn const_arg(&self) -> Option<ConstArg> { support::child(&self.syntax) } in const_arg()1520 ConstArg(ConstArg), enumerator1859 impl AstNode for ConstArg { implementation4333 impl std::fmt::Display for ConstArg { implementation
245 pub struct ConstArg { struct266 Const(ConstArg), argument
685 pub fn source(&self, db: &dyn db::DefDatabase) -> ast::ConstArg { in source()
250 pub(crate) fn clean_const<'tcx>(constant: &hir::ConstArg, cx: &mut DocContext<'tcx>) -> Constant { in clean_const()
77 ConstArg(IsRepeatExpr), enumerator