Lines Matching refs:python_generator

63 void python_generator::print_method_arguments(int first, int n_arg)  in print_method_arguments()
96 void python_generator::print_method_header(bool is_static, const string &name, in print_method_header()
128 void python_generator::print_type_check(int indent, const string &type, in print_type_check()
167 void python_generator::print_type_checks(const string &cname, in print_type_checks()
190 void python_generator::print_copy(QualType type) in print_copy()
214 void python_generator::print_callback(ParmVarDecl *param, int arg) in print_callback()
297 void python_generator::print_arg_in_call(FunctionDecl *fd, const char *fmt, in print_arg_in_call()
388 void python_generator::print_method_return(int indent, const isl_class &clazz, in print_method_return()
443 void python_generator::print_get_method(const isl_class &clazz, in print_get_method()
468 void python_generator::print_method_call(int indent, const isl_class &clazz, in print_method_call()
521 void python_generator::print_method(const isl_class &clazz, in print_method()
585 void python_generator::print_argument_checks(const isl_class &clazz, in print_argument_checks()
636 void python_generator::print_method_overload(const isl_class &clazz, in print_method_overload()
654 void python_generator::print_method(const isl_class &clazz, in print_method()
690 void python_generator::print_set_enum(const isl_class &clazz, in print_set_enum()
720 void python_generator::print_set_enum(const isl_class &clazz, in print_set_enum()
736 void python_generator::print_constructor(const isl_class &clazz, in print_constructor()
762 void python_generator::print_upcast_constructors(const isl_class &clazz) in print_upcast_constructors()
787 void python_generator::print_class_header(const isl_class &clazz, in print_class_header()
816 void python_generator::print_restype(FunctionDecl *fd) in print_restype()
828 void python_generator::print_argtypes(FunctionDecl *fd) in print_argtypes()
860 void python_generator::print_method_type(FunctionDecl *fd) in print_method_type()
873 void python_generator::print_new(const isl_class &clazz, in print_new()
916 void python_generator::print_representation(const isl_class &clazz, in print_representation()
943 void python_generator::print_copy_callbacks(const isl_class &clazz) in print_copy_callbacks()
972 void python_generator::print_method_types(const isl_class &clazz) in print_method_types()
1016 void python_generator::print(const isl_class &clazz) in print()
1073 void python_generator::generate() in generate()