Home
last modified time | relevance | path

Searched refs:IsThrownVarInScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp715 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
733 IsThrownVarInScope = true; in ActOnCXXThrow()
747 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
751 bool IsThrownVarInScope) { in BuildCXXThrow() argument
790 if (IsThrownVarInScope) in BuildCXXThrow()
797 Entity, NRVOVariable, QualType(), Ex, IsThrownVarInScope); in BuildCXXThrow()
804 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5172 bool IsThrownVarInScope);