Searched refs:DynObjCType (Results 1 – 1 of 1) sorted by relevance
177 const auto *DynObjCType = DynType->getAs<ObjCObjectPointerType>(); in checkPostStmt() local180 if (!DynObjCType || !StaticObjCType) in checkPostStmt()183 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType)) in checkPostStmt()189 DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt); in checkPostStmt()196 if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType)) in checkPostStmt()200 ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType)) in checkPostStmt()