Searched refs:IsThrownVarInScope (Results 1 – 2 of 2) sorted by relevance
603 bool IsThrownVarInScope = false; in ActOnCXXThrow() local621 IsThrownVarInScope = true; in ActOnCXXThrow()635 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()639 bool IsThrownVarInScope) { in BuildCXXThrow() argument669 if (IsThrownVarInScope) in BuildCXXThrow()676 Entity, NRVOVariable, QualType(), Ex, IsThrownVarInScope); in BuildCXXThrow()683 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
4633 bool IsThrownVarInScope);