Searched refs:IsThrownVariableInScope (Results 1 – 4 of 4) sorted by relevance
1193 bool IsThrownVariableInScope) in CXXThrowExpr() argument1196 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1212 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
674 unsigned IsThrownVariableInScope : 1; variable
1827 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
3045 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument3046 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()