Lines Matching refs:FunctionDecl

168 	FunctionDecl *method, bool first_is_ctx, int n,  in print_type_checks()
296 void python_generator::print_arg_in_call(FunctionDecl *fd, const char *fmt, in print_arg_in_call()
340 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_persistent_callback_failure_check()
341 set<FunctionDecl *>::const_iterator in; in print_persistent_callback_failure_check()
390 FunctionDecl *method, const char *fmt) in print_method_return()
445 FunctionDecl *fd) in print_get_method()
468 FunctionDecl *method, const char *fmt, int drop_ctx) in print_method_call()
525 FunctionDecl *method, vector<string> super) in print_method()
600 FunctionDecl *fd, int drop_ctx) in print_argument_checks()
654 FunctionDecl *method) in print_method_overload()
677 FunctionDecl *any_method; in print_method()
708 FunctionDecl *fd, int value, const string &name, in print_set_enum()
738 FunctionDecl *fd, const vector<string> &super) in print_set_enum()
754 FunctionDecl *cons) in print_constructor()
910 void python_generator::print_restype(FunctionDecl *fd) in print_restype()
925 void python_generator::print_argtypes(FunctionDecl *fd) in print_argtypes()
957 void python_generator::print_method_type(FunctionDecl *fd) in print_method_type()
1043 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_copy_callbacks()
1044 set<FunctionDecl *>::const_iterator in; in print_copy_callbacks()
1074 map<FunctionDecl *, vector<set_enum> >::const_iterator ie; in print_method_types()
1075 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_method_types()
1120 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print()