Searched refs:ActOnCaseExpr (Results 1 – 4 of 4) sorted by relevance
226 return Actions.ActOnCaseExpr(CaseLoc, Res); in ParseCaseExpression()
440 Sema::ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val) { in ActOnCaseExpr() function in Sema
7141 LHS = SemaRef.ActOnCaseExpr(S->getCaseLoc(), LHS); in TransformCaseStmt()7147 RHS = SemaRef.ActOnCaseExpr(S->getCaseLoc(), RHS); in TransformCaseStmt()
4504 ExprResult ActOnCaseExpr(SourceLocation CaseLoc, ExprResult Val);