Searched refs:IsThrownVariableInScope (Results 1 – 4 of 4) sorted by relevance
1218 bool IsThrownVariableInScope) in CXXThrowExpr() argument1221 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1237 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
805 unsigned IsThrownVariableInScope : 1;
1866 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
3362 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument3363 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()