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.cpp812 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
831 IsThrownVarInScope = true; in ActOnCXXThrow()
844 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
848 bool IsThrownVarInScope) { in BuildCXXThrow() argument
890 IsThrownVarInScope ? getNamedReturnInfo(Ex) : NamedReturnInfo(); in BuildCXXThrow()
909 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8433 bool IsThrownVarInScope);