Home
last modified time | relevance | path

Searched refs:ActOnCXXThrow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1964 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, nullptr); in ParseThrowExpression()
1969 return Actions.ActOnCXXThrow(getCurScope(), ThrowLoc, Expr.get()); in ParseThrowExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp824 Sema::ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *Ex) { in ActOnCXXThrow() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8105 ExprResult ActOnCXXThrow(Scope *S, SourceLocation OpLoc, Expr *expr);