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