public virtual bool VisitCXXFoldExpr(CXXFoldExpr stmt) { if (!VisitExpr(stmt)) { return(false); } return(true); }
public bool VisitCXXFoldExpr(CXXFoldExpr stmt) { throw new NotImplementedException(); }