Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp825 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
844 IsThrownVarInScope = true; in ActOnCXXThrow()
857 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
861 bool IsThrownVarInScope) { in BuildCXXThrow() argument
908 IsThrownVarInScope ? getNamedReturnInfo(Ex) : NamedReturnInfo(); in BuildCXXThrow()
927 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8107 bool IsThrownVarInScope);