Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dlib.rs536 InTypeConstId(InTypeConstId), enumerator
667 pub struct InTypeConstId(salsa::InternId); struct
684 impl InTypeConstId { implementation
699 InTypeConstId(InTypeConstId), enumerator
734 InTypeConstId(InTypeConstId), enumerator
Ddb.rs70 fn intern_in_type_const(&self, id: InTypeConstLoc) -> InTypeConstId; in intern_in_type_const()