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