Searched refs:IsThrownVariableInScope (Results 1 – 4 of 4) sorted by relevance
1199 bool IsThrownVariableInScope) in CXXThrowExpr() argument1202 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1218 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
682 unsigned IsThrownVariableInScope : 1; variable
1828 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
3222 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument3223 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()