Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp857 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
860 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, in BuildCXXThrow() function in Sema
H A DTreeTransform.h3363 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8106 ExprResult BuildCXXThrow(SourceLocation OpLoc, Expr *Ex,