Searched defs:ObjCInstanceMethodRecord (Results 1 – 1 of 1) sorted by relevance
1093 struct ObjCInstanceMethodRecord : ObjCMethodRecord { struct1094 ObjCInstanceMethodRecord(StringRef USR, StringRef Name, in ObjCInstanceMethodRecord() function1104 static bool classof(const APIRecord *Record) { in classof()1107 static bool classofKind(RecordKind K) { return K == RK_ObjCInstanceMethod; } in classofKind()