Searched defs:Scope (Results 1 – 3 of 3) sorted by relevance
22 pub struct Scope<'d> { struct30 pub scopes: HashMap<&'d analyzer_ast::Decl, PacketScope<'d>>, argument124 impl<'d> Scope<'d> { impl
176 pub struct Scope<'d, A: Annotation> { struct179 pub typedef: HashMap<String, &'d crate::ast::Decl<A>>,212 impl<'d, A: Annotation + Default> Scope<'d, A> { impl
133 enum class Scope : uint8_t { enum