Searched refs:IsThrownVariableInScope (Results 1 – 3 of 3) sorted by relevance
812 unsigned IsThrownVariableInScope : 1; variable821 bool IsThrownVariableInScope) : in CXXThrowExpr() argument825 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {} in CXXThrowExpr()838 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope()
1317 E->IsThrownVariableInScope = Record[Idx++]; in VisitCXXThrowExpr()
2280 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument2281 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()