Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXThrowExpr

555   return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
4068 bool LThrow = isa<CXXThrowExpr>(LHS.get());
4069 bool RThrow = isa<CXXThrowExpr>(RHS.get());