Searched defs:ObjCInstancePropertyRecord (Results 1 – 1 of 1) sorted by relevance
1007 struct ObjCInstancePropertyRecord : ObjCPropertyRecord { struct1008 ObjCInstancePropertyRecord( in ObjCInstancePropertyRecord() argument1019 static bool classof(const APIRecord *Record) { in classof()1022 static bool classofKind(RecordKind K) { return K == RK_ObjCInstanceProperty; } in classofKind()