Searched defs:is_method (Results 1 – 11 of 11) sorted by relevance
93 def is_method(self): member in CallFunction
20 fn is_method(cx: &LateContext<'_>, expr: &hir::Expr<'_>, method_name: Symbol) -> bool { in is_method() function
181 pub(crate) fn is_method(&self) -> bool { in is_method() method
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
527 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
298 let is_method = mode == Mode::MethodCall; in report_no_match_method_error() localVariable
395 let is_method = self.recover_self_param(); in recover_missing_kw_before_item() localVariable
533 pub(crate) fn is_method(&self) -> bool { in is_method() method
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