Searched refs:ClassB (Results 1 – 11 of 11) 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
5 class ClassB;20 class ClassB;33 class ClassB;
5 class ClassB {7 ClassB(ClassA* parent=0);8 ~ClassB();16 @property(nonatomic, assign) ClassB *m_prop2;21 …self.m_prop2 = new ClassB(m_prop1); // expected-error {{use of undeclared identifier 'm_prop1'; di…
9 @interface ClassB interface13 @implementation ClassB // expected-note {{implementation started here}} implementation
9 def ClassB : RegisterClass<"MyTarget", [i1], 32, (add ClassA)>;
470 return ClassB; in getClassKind()954 if (CK == ClassB) in getInstTypeCode()978 if (CK == ClassB) { in getInstTypeCode()1024 if (LocalCK == ClassB && !T.isScalar()) in getBuiltinTypeStr()1040 if (LocalCK == ClassB) in getBuiltinTypeStr()1052 LocalCK = ClassB; in getMangledName()1080 if (LocalCK == ClassB) in mangleName()1297 LocalCK = ClassB; in emitBodyAsBuiltinCall()1316 if (LocalCK == ClassB) { in emitBodyAsBuiltinCall()1346 if (getClassKind(true) == ClassB) { in emitBodyAsBuiltinCall()[all …]
210 StringRef ClassB = B.first; in emitDXILEnums() local215 return ClassA < ClassB; in emitDXILEnums()
212 struct ClassB : Class {}; struct
3063 import com.example.a.ClassB;