Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h91 IBOutletCollection = 1 << 5, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp49 PropSet |= (SymbolPropertySet)SymbolProperty::IBOutletCollection; in checkForIBOutlets()
581 APPLY_FOR_PROPERTY(IBOutletCollection); in applyForEachSymbolProperty()
602 case SymbolProperty::IBOutletCollection: OS << "IBColl"; break; in printSymbolProperties()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1792 def IBOutletCollection : InheritableAttr {
H A DDiagnosticSemaKinds.td4450 "IBOutletCollection properties should be copy/strong and not assign">,