Searched defs:DefWithBody (Results 1 – 4 of 4) sorted by relevance
301 fn run_mir_lowering(&self, db: &RootDatabase, bodies: &[DefWithBody], verbosity: Verbosity) { in run_mir_lowering()334 bodies: &[DefWithBody], in run_inference()647 bodies: &[DefWithBody], in run_body_lowering()
153 impl From<DefWithBodyId> for DefWithBody { implementation
403 pub fn as_def_with_body(self) -> Option<DefWithBody> { in as_def_with_body()1374 pub enum DefWithBody { enum1383 impl DefWithBody { impl2536 impl AsAssocItem for DefWithBody { implementation2785 pub fn parent(self, _db: &dyn HirDatabase) -> DefWithBody { in parent()2949 pub fn parent(self, _db: &dyn HirDatabase) -> DefWithBody { in parent()
663 fn containing_body(ctx: &AssistContext<'_>) -> Option<hir::DefWithBody> { in containing_body()