Home
last modified time | relevance | path

Searched refs:IBOutletCollection (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A DIBOutletCollection.m1 #define IBOutletCollection(ClassName) __attribute__((iboutletcollection(ClassName))) macro
4 IBOutletCollection(Test) Test *anOutletCollection;
12 // CHECK-TOK: Identifier: "IBOutletCollection" [4:3 - 4:21] macro expansion=IBOutletCollection:1:9
14 // CHECK-TOK: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=Obj…
H A Dindex-attrs.m37 // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
H A Dc-index-api-loadTU-test.m59 #define IBOutletCollection(ClassName) __attribute__((iboutletcollection(ClassName))) macro
64 IBOutletCollection(id) id anOutletCollection;
160 // CHECK: c-index-api-loadTU-test.m:64:3: attribute(iboutletcollection)= [IBOutletCollection=ObjCOb…
H A Dcomplete-declarators.m32 // CHECK-CC0: macro definition:{TypedText IBOutletCollection}{LeftParen (}{Placeholder ClassName}{R…
/llvm-project-15.0.7/clang/include/clang/Index/
H A DIndexSymbol.h91 IBOutletCollection = 1 << 5, enumerator
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexSymbol.cpp49 PropSet |= (SymbolPropertySet)SymbolProperty::IBOutletCollection; in checkForIBOutlets()
582 APPLY_FOR_PROPERTY(IBOutletCollection); in applyForEachSymbolProperty()
603 case SymbolProperty::IBOutletCollection: OS << "IBColl"; break; in printSymbolProperties()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Diboutletcollection-attr.m49 …outletcollection(UILabel))) NSArray *labels; // expected-warning {{IBOutletCollection properties s…
/llvm-project-15.0.7/clang/test/Index/Core/
H A Dindex-subkinds.m49 @property (readonly) IBOutletCollection(NSButton) id propColl;
H A Dindex-source.m146 @property (nonatomic, strong) IBOutletCollection(I1) NSArray *buttons;
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.cpp49 case attr::IBOutletCollection: in GetCursorKind()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td1543 def IBOutletCollection : InheritableAttr {
H A DDiagnosticSemaKinds.td4145 "IBOutletCollection properties should be copy/strong and not assign">,