Searched refs:ObjCMethodRecord (Results 1 – 3 of 3) sorted by relevance
128 ObjCMethodRecord *APISet::addObjCMethod( in addObjCMethod()134 auto Record = std::make_unique<ObjCMethodRecord>( in addObjCMethod()228 void ObjCMethodRecord::anchor() {} in anchor()
291 struct ObjCMethodRecord : APIRecord { struct295 ObjCMethodRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCMethodRecord() argument336 SmallVector<std::unique_ptr<ObjCMethodRecord>> Methods;468 struct has_function_signature<ObjCMethodRecord> : public std::true_type {};578 ObjCMethodRecord *
354 if (dyn_cast<ObjCMethodRecord>(&Record)->IsInstanceMethod) { in serializeSymbolKind()