Searched refs:CXXThrowExprBits (Results 1 – 3 of 3) sorted by relevance
1185 CXXThrowExprBits.ThrowLoc = Loc; in CXXThrowExpr()1186 CXXThrowExprBits.IsThrownVariableInScope = IsThrownVariableInScope; in CXXThrowExpr()1194 SourceLocation getThrowLoc() const { return CXXThrowExprBits.ThrowLoc; } in getThrowLoc()1202 return CXXThrowExprBits.IsThrownVariableInScope; in isThrownVariableInScope()
1050 CXXThrowExprBitfields CXXThrowExprBits; member
1824 E->CXXThrowExprBits.ThrowLoc = readSourceLocation(); in VisitCXXThrowExpr()1826 E->CXXThrowExprBits.IsThrownVariableInScope = Record.readInt(); in VisitCXXThrowExpr()