Searched refs:ObjCInterfaceRecord (Results 1 – 4 of 4) sorted by relevance
281 ObjCInterfaceRecord *ObjCInterfaceRecord = API.addObjCInterface( in VisitObjCInterfaceDecl() local287 recordObjCMethods(ObjCInterfaceRecord, Decl->methods()); in VisitObjCInterfaceDecl()288 recordObjCProperties(ObjCInterfaceRecord, Decl->properties()); in VisitObjCInterfaceDecl()289 recordObjCInstanceVariables(ObjCInterfaceRecord, Decl->ivars()); in VisitObjCInterfaceDecl()290 recordObjCProtocols(ObjCInterfaceRecord, Decl->protocols()); in VisitObjCInterfaceDecl()
143 ObjCInterfaceRecord *301 void ObjCInterfaceRecord::anchor() {} in anchor()
492 struct ObjCInterfaceRecord : ObjCContainerRecord { struct497 ObjCInterfaceRecord(StringRef USR, StringRef Name, PresumedLoc Loc, in ObjCInterfaceRecord() argument690 ObjCInterfaceRecord *798 const RecordMap<ObjCInterfaceRecord> &getObjCInterfaces() const {851 RecordMap<ObjCInterfaceRecord> ObjCInterfaces;
718 if (auto *ObjCInterface = dyn_cast<ObjCInterfaceRecord>(&Record)) { in serializeObjCContainerRecord()766 serializeObjCContainerRecord(*cast<ObjCInterfaceRecord>(Record)); in serializeSingleRecord()