Searched refs:IsThrownVariableInScope (Results 1 – 4 of 4) sorted by relevance
1220 bool IsThrownVariableInScope) in CXXThrowExpr() argument1223 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1239 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
851 unsigned IsThrownVariableInScope : 1;
1885 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
3410 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument3411 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()