Home
last modified time | relevance | path

Searched defs:ivar1 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dinvalid-objc-decls-1.m16 Super ivar1; // expected-error{{interface type cannot be statically allocated}} field
26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}} field
H A Diboutletcollection-attr.m7 __attribute__((iboutletcollection(I))) id ivar1; field
20 …__attribute__((iboutletcollection(I, 1))) id ivar1; // expected-error {{expected ')'}} expected-no… field
H A Dstatic-ivar-ref-1.m8 int ivar1; field
H A Dproperty-13.m27 int ivar1; field
/llvm-project/clang/test/CodeGenObjC/
H A Dbitfield-ivar-metadata.m5 unsigned ivar1; field
H A Dgnustep2-class.m7 int ivar1; field
/llvm-project/clang/test/Rewriter/
H A Divar-encoding-1.m6 id ivar1[12]; field
/llvm-project/clang/test/ASTMerge/interface/Inputs/
H A Dinterface2.m3 int ivar1; field
15 int ivar1; field
H A Dinterface1.m3 int ivar1; field
15 int ivar1; field
/llvm-project/clang/test/ASTMerge/property/Inputs/
H A Dproperty1.m15 int ivar1; field
H A Dproperty2.m17 int ivar1; field
/llvm-project/clang/test/Analysis/
H A DMissingDealloc.m78 @property (retain) NSObject *ivar1; property
91 @property (retain) NSObject *ivar1; property
H A DDeallocMissingRelease.m445 @property (retain) NSObject *ivar1; property