Searched refs:DynObjCType (Results 1 – 1 of 1) sorted by relevance
165 const auto *DynObjCType = DynType->getAs<ObjCObjectPointerType>(); in checkPostStmt() local168 if (!DynObjCType || !StaticObjCType) in checkPostStmt()171 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType)) in checkPostStmt()177 DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt); in checkPostStmt()184 if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType)) in checkPostStmt()188 ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType)) in checkPostStmt()