Searched defs:ObjCClassPropertyRecord (Results 1 – 1 of 1) sorted by relevance
1028 struct ObjCClassPropertyRecord : ObjCPropertyRecord { struct1029 ObjCClassPropertyRecord(StringRef USR, StringRef Name, SymbolReference Parent, in ObjCClassPropertyRecord() function1042 static bool classof(const APIRecord *Record) { in classof()1045 static bool classofKind(RecordKind K) { return K == RK_ObjCClassProperty; } in classofKind()