Searched refs:CondType (Results 1 – 1 of 1) sorted by relevance
498 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local512 if (!CondType->isIntegralOrEnumerationType()) in ActOnFinishSwitchStmt()584 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).take(); in ActOnFinishSwitchStmt()663 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).take(); in ActOnFinishSwitchStmt()