Lines Matching refs:CXXThrowExpr
592 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,4315 bool LThrow = isa<CXXThrowExpr>(LHS.get()->IgnoreParenCasts());4316 bool RThrow = isa<CXXThrowExpr>(RHS.get()->IgnoreParenCasts());