Searched refs:IsThrownVariableInScope (Results 1 – 3 of 3) sorted by relevance
883 unsigned IsThrownVariableInScope : 1; variable892 bool IsThrownVariableInScope) : in CXXThrowExpr() argument896 Op(expr), ThrowLoc(l), IsThrownVariableInScope(IsThrownVariableInScope) {} in CXXThrowExpr()909 bool isThrownVariableInScope() const { return IsThrownVariableInScope; } in isThrownVariableInScope()
1358 E->IsThrownVariableInScope = Record[Idx++]; in VisitCXXThrowExpr()
2471 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument2472 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()