Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp801 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
819 IsThrownVarInScope = true; in ActOnCXXThrow()
833 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
837 bool IsThrownVarInScope) { in BuildCXXThrow() argument
874 if (IsThrownVarInScope) in BuildCXXThrow()
881 Entity, NRVOVariable, QualType(), Ex, IsThrownVarInScope); in BuildCXXThrow()
892 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6187 bool IsThrownVarInScope);