Lines Matching refs:FunctionDecl
30 Method(const isl_class &clazz, FunctionDecl *fd,
32 Method(const isl_class &clazz, FunctionDecl *fd);
58 FunctionDecl *const fd;
117 EnumMethod(const isl_class &clazz, FunctionDecl *fd,
156 set<FunctionDecl *> exported_functions,
157 set<FunctionDecl *> functions);
194 bool next_variant(FunctionDecl *fd, std::vector<bool> &convert);
195 void print_method_variants(FunctionDecl *fd, const std::string &name);
197 void print_descendent_overloads(FunctionDecl *fd,
203 virtual void print_get_method(FunctionDecl *fd) = 0;
204 void print_set_enums(FunctionDecl *fd);
206 ParmVarDecl *get_param(FunctionDecl *fd, int pos,