Home
last modified time | relevance | path

Searched defs:LocalTypeOrConstParamId (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dgenerics.rs408 pub fn find_trait_self_param(&self) -> Option<LocalTypeOrConstParamId> { in find_trait_self_param()
469 ) -> InFile<ArenaMap<LocalTypeOrConstParamId, Self::Value>> { in child_source()
Dlib.rs388 pub fn local_id(&self) -> LocalTypeOrConstParamId { in local_id()
414 pub fn local_id(&self) -> LocalTypeOrConstParamId { in local_id()
432 pub type LocalTypeOrConstParamId = Idx<generics::TypeOrConstParamData>; typedef