Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaObjC/
H A 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;
H A Dprotocols-suppress-conformance.m20 @interface ClassB : ClassA <Protocol> interface
23 @implementation ClassB // expected-warning {{property 'theWorstOfTimes' requires method 'theWorstOf… implementation
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/llvmlibc/
H A Dimplementation-in-namespace.cpp5 class ClassB;
20 class ClassB;
33 class ClassB;
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dtypo-correction.mm5 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…
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-at-interface-eof-crash.m9 @interface ClassB interface
13 @implementation ClassB // expected-note {{implementation started here}} implementation
H A Dobjc-at-implementation-eof-crash.m9 @interface ClassB interface
13 @implementation ClassB // expected-note {{implementation started here}} implementation
/llvm-project-15.0.7/llvm/test/TableGen/
H A DRegisterBankEmitter.td9 def ClassB : RegisterClass<"MyTarget", [i1], 32, (add ClassA)>;
/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp470 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 …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDXILEmitter.cpp210 StringRef ClassB = B.first; in emitDXILEnums() local
215 return ClassA < ClassB; in emitDXILEnums()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcompare-cxx2a.cpp212 struct ClassB : Class {}; struct
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3063 import com.example.a.ClassB;