Searched refs:ClassB (Results 1 – 3 of 3) sorted by relevance
44 @interface ClassB : ClassA <ProtocolY, ProtocolX> interface48 @property (nonatomic, copy) ClassB<ProtocolX> *aProperty;55 // This does not work, even though ClassB subclasses from A and conforms to Y57 // even though ClassB already conforms to ProtocolX62 // protocol conformance that ClassB already conforms to63 return (ClassB *)self.aProperty;
20 @interface ClassB : ClassA <Protocol> interface23 @implementation ClassB // expected-warning {{property 'theWorstOfTimes' requires method 'theWorstOf… implementation
64 ClassB, // bitcast arguments with enum argument to specify type enumerator417 return ClassB; in getClassKind()943 if (CK == ClassB) in getInstTypeCode()964 if (CK == ClassB) { in getInstTypeCode()999 if (LocalCK == ClassB && !RetT.isScalar() && !ForcedVectorFloatingType) in getBuiltinTypeStr()1012 if (LocalCK == ClassB && !T.isScalar() && !ForcedFloatingType) in getBuiltinTypeStr()1029 if (LocalCK == ClassB) in getBuiltinTypeStr()1041 LocalCK = ClassB; in getMangledName()1068 if (LocalCK == ClassB) in mangleName()1290 LocalCK = ClassB; in emitBodyAsBuiltinCall()[all …]