Lines Matching refs:FunctionDecl
26 Method(const isl_class &clazz, FunctionDecl *fd,
28 Method(const isl_class &clazz, FunctionDecl *fd);
42 FunctionDecl *const fd;
88 EnumMethod(const isl_class &clazz, FunctionDecl *fd,
127 set<FunctionDecl *> exported_functions,
128 set<FunctionDecl *> functions);
165 bool next_variant(FunctionDecl *fd, std::vector<bool> &convert);
166 void print_method_variants(FunctionDecl *fd, const std::string &name);
168 void print_descendent_overloads(FunctionDecl *fd,
174 virtual void print_get_method(FunctionDecl *fd) = 0;
175 void print_set_enums(FunctionDecl *fd);
177 ParmVarDecl *get_param(FunctionDecl *fd, int pos,