Searched refs:IsThrownVariableInScope (Results 1 – 4 of 4) sorted by relevance
1204 bool IsThrownVariableInScope) in CXXThrowExpr() argument1207 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1223 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
798 unsigned IsThrownVariableInScope : 1; in alignas()
1858 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
3311 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument3312 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()