Home
last modified time | relevance | path

Searched defs:DefWithBody (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
Danalysis_stats.rs301 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()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dfrom_id.rs153 impl From<DefWithBodyId> for DefWithBody { implementation
Dlib.rs403 pub fn as_def_with_body(self) -> Option<DefWithBody> { in as_def_with_body()
1374 pub enum DefWithBody { enum
1383 impl DefWithBody { impl
2536 impl AsAssocItem for DefWithBody { implementation
2785 pub fn parent(self, _db: &dyn HirDatabase) -> DefWithBody { in parent()
2949 pub fn parent(self, _db: &dyn HirDatabase) -> DefWithBody { in parent()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_function.rs663 fn containing_body(ctx: &AssistContext<'_>) -> Option<hir::DefWithBody> { in containing_body()