Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp856 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
859 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, in BuildCXXThrow() function in Sema
H A DTreeTransform.h3129 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6543 ExprResult BuildCXXThrow(SourceLocation OpLoc, Expr *Ex,