Lines Matching refs:ostream
44 void print_forward_declarations(ostream &os);
45 void print_declarations(ostream &os);
46 void print_class(ostream &os, const isl_class &clazz);
47 void print_class_forward_decl(ostream &os, const isl_class &clazz);
48 void print_implementations(ostream &os);
49 void print_class_impl(ostream &os, const isl_class &clazz);
50 void print_check_no_persistent_callback(ostream &os,
52 void print_invalid(ostream &os, int indent, const char *msg,
54 void print_method_param_use(ostream &os, ParmVarDecl *param,
73 plain_printer(std::ostream &os, const isl_class &clazz, in plain_printer()
106 decl_printer(std::ostream &os, const isl_class &clazz, in decl_printer()
135 impl_printer(std::ostream &os, const isl_class &clazz, in impl_printer()