Lines Matching refs:clazz
12 * "clazz" is the class to which the method belongs.
30 Method(const isl_class &clazz, FunctionDecl *fd,
32 Method(const isl_class &clazz, FunctionDecl *fd);
57 const isl_class &clazz;
94 * (if different from clazz.name).
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);
177 * "clazz" describes the methods of the class.
184 const isl_class &clazz;
189 class_printer(std::ostream &os, const isl_class &clazz,