Searched refs:DynObjCType (Results 1 – 1 of 1) sorted by relevance
182 const auto *DynObjCType = DynType->getAs<ObjCObjectPointerType>(); in checkPostStmt() local185 if (!DynObjCType || !StaticObjCType) in checkPostStmt()188 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType)) in checkPostStmt()194 DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt); in checkPostStmt()201 if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType)) in checkPostStmt()205 ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType)) in checkPostStmt()