reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
544 OrigObjectPtrType = OrigObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt); 545 DestObjectPtrType = DestObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt); 576 ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, OrigObjectPtrType); 578 ASTCtxt.canAssignObjCInterfaces(OrigObjectPtrType, DestObjectPtrType); 585 !ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, *TrackedType) && 586 !ASTCtxt.canAssignObjCInterfaces(*TrackedType, DestObjectPtrType)) { 605 ASTCtxt)) {