Searched refs:ObjCInstancePropertyRecord (Results 1 – 2 of 2) sorted by relevance
187 Record = std::make_unique<ObjCInstancePropertyRecord>( in addObjCProperty()295 void ObjCInstancePropertyRecord::anchor() {} in anchor()
302 struct ObjCInstancePropertyRecord : ObjCPropertyRecord { struct303 ObjCInstancePropertyRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInstancePropertyRecord() argument