Searched refs:ObjCPropertyRecord (Results 1 – 3 of 3) sorted by relevance
140 ObjCPropertyRecord *APISet::addObjCProperty( in addObjCProperty()145 ObjCPropertyRecord::AttributeKind Attributes, StringRef GetterName, in addObjCProperty()147 auto Record = std::make_unique<ObjCPropertyRecord>( in addObjCProperty()226 void ObjCPropertyRecord::anchor() {} in anchor()
723 unsigned Attributes = ObjCPropertyRecord::NoAttr; in recordObjCProperties()726 Attributes |= ObjCPropertyRecord::ReadOnly; in recordObjCProperties()728 Attributes |= ObjCPropertyRecord::Class; in recordObjCProperties()733 static_cast<ObjCPropertyRecord::AttributeKind>(Attributes), in recordObjCProperties()
229 struct ObjCPropertyRecord : APIRecord { struct243 ObjCPropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCPropertyRecord() argument337 SmallVector<std::unique_ptr<ObjCPropertyRecord>> Properties;591 ObjCPropertyRecord *596 ObjCPropertyRecord::AttributeKind Attributes,