Function: ede-locate-file-in-project-impl

ede-locate-file-in-project-impl is a byte-compiled function defined in locate.el.gz.

Signature

(ede-locate-file-in-project-impl ARG &rest ARGS)

Implementations

((loc ede-locate-cscope) filesubstring) in `ede/locate.el'.

Locate with LOC occurrences of FILESUBSTRING under PROJECTROOT. Searches are done under the current root of the EDE project that created this EDE locate object.

((loc ede-locate-idutils) filesubstring) in `ede/locate.el'.

Locate with LOC occurrences of FILESUBSTRING under PROJECTROOT. Searches are done under the current root of the EDE project that created this EDE locate object.

((loc ede-locate-global) filesubstring) in `ede/locate.el'.

Locate occurrences of FILESUBSTRING in LOC, using GNU Global.

((loc ede-locate-locate) filesubstring) in `ede/locate.el'.

Locate with LOC occurrences of FILESUBSTRING under PROJECTROOT. Searches are done under the current root of the EDE project that created this EDE locate object.

((loc ede-locate-base) filesubstring) in `ede/locate.el'.

Locate with LOC occurrences of FILESUBSTRING. Searches are done under the current root of the EDE project that created this EDE locate object.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(cl-defmethod ede-locate-file-in-project-impl ((_loc ede-locate-base)
					       _filesubstring)
  "Locate with LOC occurrences of FILESUBSTRING.
Searches are done under the current root of the EDE project
that created this EDE locate object."
  nil)