Searched refs:CondType (Results 1 – 1 of 1) sorted by relevance
409 QualType CondType = CondExpr->getType(); in ActOnCaseExpr() local412 if (CondType->isDependentType() || E->isTypeDependent()) in ActOnCaseExpr()419 return CheckConvertedConstantExpression(E, CondType, TempVal, in ActOnCaseExpr()429 ER = ImpCastExprToType(ER.get(), CondType, CK_IntegralCast); in ActOnCaseExpr()800 QualType CondType = Cond->getType(); in checkEnumTypesInSwitchStmt() local803 const EnumType *CondEnumType = CondType->getAs<EnumType>(); in checkEnumTypesInSwitchStmt()816 if (S.Context.hasSameUnqualifiedType(CondType, CaseType)) in checkEnumTypesInSwitchStmt()820 << CondType << CaseType << Cond->getSourceRange() in checkEnumTypesInSwitchStmt()840 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local857 unsigned CondWidth = HasDependentValue ? 0 : Context.getIntWidth(CondType); in ActOnFinishSwitchStmt()[all …]