Lines Matching refs:clazz
30 Method(const isl_class &clazz, FunctionDecl *fd,
32 Method(const isl_class &clazz, FunctionDecl *fd);
57 const isl_class &clazz; member
117 EnumMethod(const isl_class &clazz, FunctionDecl *fd,
159 void set_class_construction_types(isl_class &clazz);
161 void copy_methods(isl_class &clazz, const std::string &name,
163 void copy_super_methods(isl_class &clazz, const isl_class &super);
164 void copy_super_methods(isl_class &clazz, set<string> &done);
169 static string type2cpp(const isl_class &clazz);
184 const isl_class &clazz; member
189 class_printer(std::ostream &os, const isl_class &clazz,