Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXThrowExpr

192   void VisitCXXThrowExpr(const CXXThrowExpr *E) { CGF.EmitCXXThrowExpr(E); }