Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp635 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
638 ExprResult Sema::BuildCXXThrow(SourceLocation OpLoc, Expr *Ex, in BuildCXXThrow() function in Sema
HDTreeTransform.h2311 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4564 ExprResult BuildCXXThrow(SourceLocation OpLoc, Expr *Ex,