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

(ede-locate-file-in-project-impl (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.

(ede-locate-file-in-project-impl (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.

(ede-locate-file-in-project-impl (LOC ede-locate-global) FILESUBSTRING) in `ede/locate.el'.

Locate occurrences of FILESUBSTRING in LOC, using GNU Global.

(ede-locate-file-in-project-impl (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.

(ede-locate-file-in-project-impl (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)