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