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