Searched refs:IsThrownVariableInScope (Results 1 – 3 of 3) sorted by relevance
917 unsigned IsThrownVariableInScope : 1; variable926 bool IsThrownVariableInScope) : in CXXThrowExpr() argument930 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {} in CXXThrowExpr()943 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope()
1374 E->IsThrownVariableInScope = Record[Idx++]; in VisitCXXThrowExpr()
2544 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument2545 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()