Searched refs:IsThrownVariableInScope (Results 1 – 4 of 4) sorted by relevance
1027 bool IsThrownVariableInScope) in CXXThrowExpr() argument1033 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1048 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
592 unsigned IsThrownVariableInScope : 1; in alignas() local
1481 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()
2672 bool IsThrownVariableInScope) { in RebuildCXXThrowExpr() argument2673 return getSema().BuildCXXThrow(ThrowLoc, Sub, IsThrownVariableInScope); in RebuildCXXThrowExpr()