reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
531 if (!OrigObjectPtrType || !DestObjectPtrType) 545 DestObjectPtrType = DestObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt); 545 DestObjectPtrType = DestObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt); 548 DestObjectPtrType->isUnspecialized()) 576 ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, OrigObjectPtrType); 578 ASTCtxt.canAssignObjCInterfaces(OrigObjectPtrType, DestObjectPtrType); 585 !ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, *TrackedType) && 586 !ASTCtxt.canAssignObjCInterfaces(*TrackedType, DestObjectPtrType)) { 589 reportGenericsBug(*TrackedType, DestObjectPtrType, N, Sym, C); 595 const ObjCObjectPointerType *LowerBound = DestObjectPtrType;