Lines Matching defs:OID
317 ObjCInterfaceDecl *OID = nullptr;337 OID = ObjTy->getInterface();338 assert(OID && "Invalid Objective-C class message send");339 Receiver = Runtime.GetClass(*this, OID);409 Receiver, Args, OID,