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