Searched refs:IsThrownVariableInScope (Results 1 – 7 of 7) 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()
1183 bool IsThrownVariableInScope) in CXXThrowExpr() argument1186 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1202 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
674 unsigned IsThrownVariableInScope : 1; variable
1826 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
1374 E->IsThrownVariableInScope = Record[Idx++]; in VisitCXXThrowExpr()
2544 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument2545 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()
2957 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument2958 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()