Searched defs:is_method (Results 1 – 6 of 6) sorted by relevance
93 def is_method(self): member in CallFunction
871 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local901 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
495 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
14016 class_or_union_sptr is_method, in build_function_type()15182 class_or_union_sptr is_method = in build_function_decl() local
20845 bool is_method = dynamic_cast<const method_type*>(this); in get_first_non_implicit_parm() local21440 bool is_method = dynamic_cast<const method_decl*>(this); in get_first_non_implicit_parm() local
1629 #define is_method(stack_pointer, args) (PEEK((args)+2) != NULL) macro