Searched defs:ObjCInterface (Results 1 – 4 of 4) sorted by relevance
25 pub struct ObjCInterface { struct28 name: String,30 category: Option<String>,32 is_protocol: bool,35 pub template_names: Vec<String>,38 pub conforms_to: Vec<ItemId>,41 pub parent_class: Option<ItemId>,66 impl ObjCInterface { argument67 fn new(name: &str) -> ObjCInterface { in new()310 impl Trace for ObjCInterface { implementation
663 ObjCInterface(ObjCInterface), enumerator
2570 ObjCInterface = 1U << 9, in CalculateDiagnostic() enumerator
4046 impl CodeGenerator for ObjCInterface { implementation