Searched refs:ActOnCXXThrow (Results 1 – 3 of 3) sorted by relevance
1622 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()1627 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
643 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) { in ActOnCXXThrow() function in Sema
4746 ExprResult ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *expr);