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