reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
531 if (!OrigObjectPtrType || !DestObjectPtrType) 544 OrigObjectPtrType = OrigObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt); 544 OrigObjectPtrType = OrigObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt); 547 if (OrigObjectPtrType->isUnspecialized() && 576 ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, OrigObjectPtrType); 578 ASTCtxt.canAssignObjCInterfaces(OrigObjectPtrType, DestObjectPtrType); 596 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType;