Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp824 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
842 IsThrownVarInScope = true; in ActOnCXXThrow()
856 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
860 bool IsThrownVarInScope) { in BuildCXXThrow() argument
893 IsThrownVarInScope ? getNamedReturnInfo(Ex) : NamedReturnInfo(); in BuildCXXThrow()
912 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h6544 bool IsThrownVarInScope);