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