Searched defs:ObjCInterface (Results 1 – 4 of 4) sorted by relevance
24 pub(crate) struct ObjCInterface { struct27 name: String,29 category: Option<String>,31 is_protocol: bool,34 pub(crate) template_names: Vec<String>,37 pub(crate) conforms_to: Vec<ItemId>,40 pub(crate) parent_class: Option<ItemId>,65 impl ObjCInterface { argument66 fn new(name: &str) -> ObjCInterface { in new()335 impl Trace for ObjCInterface { implementation
657 ObjCInterface(ObjCInterface), enumerator
2570 ObjCInterface = 1U << 9, in CalculateDiagnostic() enumerator
4495 impl CodeGenerator for ObjCInterface { implementation