Lines Matching defs:clazz
48 void cpp_generator::set_class_construction_types(isl_class &clazz) in set_class_construction_types()
71 auto &clazz = kvp.second; in set_construction_types() local
101 static void copy_method(isl_class &clazz, const isl_class &super, in copy_method()
137 static int copy_depth(const isl_class &clazz, FunctionDecl *fd) in copy_depth()
159 static bool is_overridden(FunctionDecl *fd, isl_class &clazz, in is_overridden()
181 void cpp_generator::copy_methods(isl_class &clazz, const std::string &name, in copy_methods()
201 void cpp_generator::copy_super_methods(isl_class &clazz, const isl_class &super) in copy_super_methods()
221 void cpp_generator::copy_super_methods(isl_class &clazz, set<string> &done) in copy_super_methods()
255 auto &clazz = kvp.second; in copy_super_methods() local
418 static FunctionDecl *single_local(const isl_class &clazz, in single_local()
766 string cpp_generator::type2cpp(const isl_class &clazz) in type2cpp()
917 const auto &clazz = cons.clazz; in is_implicit_conversion() local
953 static Method::Kind get_kind(const isl_class &clazz, FunctionDecl *method) in get_kind()
985 Method::Method(const isl_class &clazz, FunctionDecl *fd, in Method()
999 Method::Method(const isl_class &clazz, FunctionDecl *fd) : in Method()
1271 EnumMethod::EnumMethod(const isl_class &clazz, FunctionDecl *fd, in EnumMethod()
1306 const isl_class &clazz, cpp_generator &generator, in class_printer()