Searched refs:ObjCClassPropertyRecord (Results 1 – 2 of 2) sorted by relevance
192 Record = std::make_unique<ObjCClassPropertyRecord>( in addObjCProperty()296 void ObjCClassPropertyRecord::anchor() {} in anchor()
324 struct ObjCClassPropertyRecord : ObjCPropertyRecord { struct325 ObjCClassPropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCClassPropertyRecord() function