Home
last modified time | relevance | path

Searched refs:CondType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp498 QualType CondType = CondExpr->getType(); in ActOnFinishSwitchStmt() local
512 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()