Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp827 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
845 IsThrownVarInScope = true; in ActOnCXXThrow()
859 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
863 bool IsThrownVarInScope) { in BuildCXXThrow() argument
896 IsThrownVarInScope ? getNamedReturnInfo(Ex) : NamedReturnInfo(); in BuildCXXThrow()
915 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6699 bool IsThrownVarInScope);