Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp644 bool IsThrownVarInScope = false; in ActOnCXXThrow() local
662 IsThrownVarInScope = true; in ActOnCXXThrow()
676 return BuildCXXThrow(OpLoc, Ex, IsThrownVarInScope); in ActOnCXXThrow()
680 bool IsThrownVarInScope) { in BuildCXXThrow() argument
710 if (IsThrownVarInScope) in BuildCXXThrow()
717 Entity, NRVOVariable, QualType(), Ex, IsThrownVarInScope); in BuildCXXThrow()
724 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope); in BuildCXXThrow()
/external/clang/include/clang/Sema/
DSema.h4748 bool IsThrownVarInScope);