Searched refs:python_generator (Results 1 – 3 of 3) sorted by relevance
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()521 void python_generator::print_method(const isl_class &clazz, in print_method()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()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()1016 void python_generator::print(const isl_class &clazz) in print()[all …]
8 class python_generator : public generator {13 python_generator(SourceManager &SM, set<RecordDecl *> &exported_types, in python_generator() function
510 gen = new python_generator(SM, consumer.exported_types, in generate()