Home
last modified time | relevance | path

Searched refs:ClassB (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaObjC/
Dcompare-qualified-class.m44 @interface ClassB : ClassA <ProtocolY, ProtocolX> interface
48 @property (nonatomic, copy) ClassB<ProtocolX> *aProperty;
55 // This does not work, even though ClassB subclasses from A and conforms to Y
57 // even though ClassB already conforms to ProtocolX
62 // protocol conformance that ClassB already conforms to
63 return (ClassB *)self.aProperty;
Dprotocols-suppress-conformance.m20 @interface ClassB : ClassA <Protocol> interface
23 @implementation ClassB // expected-warning {{property 'theWorstOfTimes' requires method 'theWorstOf… implementation
/external/clang/utils/TableGen/
DNeonEmitter.cpp64 ClassB, // bitcast arguments with enum argument to specify type enumerator
417 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 …]