Searched refs:CheckSwitchCondition (Results 1 – 4 of 4) sorted by relevance
989 ExprResult Sema::CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond) { in CheckSwitchCondition() function in Sema
3888 return CheckSwitchCondition(StmtLoc, Condition.get()); in CheckConditionVariable()
18936 Cond = CheckSwitchCondition(Loc, SubExpr); in ActOnCondition()
11848 ExprResult CheckSwitchCondition(SourceLocation SwitchLoc, Expr *Cond);