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