Searched defs:DeclKey (Results 1 – 3 of 3) sorted by relevance
332 fn annotate_decl(schema: &mut Schema, scope: &HashMap<String, DeclKey>, decl: &Decl) { in new() argument388 scope: &HashMap<String, DeclKey>, in new() argument
197 fn decl_key(&self) -> ast::DeclKey { in decl_key()
174 pub struct DeclKey(pub usize); struct