Searched refs:DynObjCType (Results 1 – 1 of 1) sorted by relevance
167 const auto *DynObjCType = DynType->getAs<ObjCObjectPointerType>(); in checkPostStmt() local170 if (!DynObjCType || !StaticObjCType) in checkPostStmt()173 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType)) in checkPostStmt()179 DynObjCType = DynObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt); in checkPostStmt()186 if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType)) in checkPostStmt()190 ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType)) in checkPostStmt()