ede-buffer-header-file

ede-buffer-header-file is a Lisp function in `source.el'.

(ede-buffer-header-file &rest LOCAL-ARGS)

Return a list of file names of header files for THIS with FILENAME.
Used to guess header files, but uses the auxsource regular expression.

This is a generic function with only primary methods.

Implementations:

`ede-sourcecode' :PRIMARY (this filename)
Return a list of file names of header files for THIS with FILENAME.
Used to guess header files, but uses the auxsource regular expression.

Defined in `source.el'

`ede-project' :PRIMARY (this buffer)
Return nil, projects don't have header files.

Defined in `base.el'

`ede-target' :PRIMARY (this buffer)
There are no default header files in EDE.
Do a quick check to see if there is a Header tag in this buffer.

Defined in `base.el'