Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXThrowExpr

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