Home | History | Annotate | Download | only in etc

Lines Matching defs:method

441                                (get-method-definition)
543 (defvar get-method-definition-md)
545 ;; Subroutine used within get-method-definition.
548 (defun get-method-definition-1 (end)
549 (setq get-method-definition-md
550 (concat get-method-definition-md
555 ;; For objective C, return the method name if we are in a method.
556 (defun get-method-definition ()
557 (let ((get-method-definition-md "["))
560 (get-method-definition-1 " ")))
564 (get-method-definition-1 "")
568 (get-method-definition-1 ""))
569 (concat get-method-definition-md "]"))))))