%PDF- %PDF-
Direktori : /usr/local/share/emacs/27.2/lisp/cedet/semantic/ |
Current File : //usr/local/share/emacs/27.2/lisp/cedet/semantic/db-ebrowse.elc |
;ELC ;;; Compiled ;;; in Emacs version 27.2 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\300\303!\207" [require ebrowse semantic semantic/db-file] 2) #@47 The EBROWSE file name used for system caches. (defvar semanticdb-ebrowse-default-file-name "BROWSE" (#$ . 508)) (byte-code "\300\301\302\303\304\305\306\307&\210\310\311\312\313!\"\210\310\314\315\313!\"\210\310\316\314\"\210\317\316\320\321#\210\322\313\323\314#\324\313\325\326\327$\207" [custom-declare-variable semanticdb-ebrowse-file-match "\\.\\(hh?\\|HH?\\|hpp\\)" "Regular expression matching file names for ebrowse to parse.\nThis expression should exclude C++ headers that have no extension.\nBy default, include only headers since the semantic use of EBrowse\nis only for searching via semanticdb, and thus only headers would\nbe searched." :group semanticdb :type string defalias semanticdb-table-ebrowse-p eieio-make-class-predicate semanticdb-table-ebrowse semanticdb-table-ebrowse--eieio-childp eieio-make-child-predicate semanticdb-table-ebrowse-child-p make-obsolete "use (cl-typep ... \\='semanticdb-table-ebrowse) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (semanticdb-table) ((major-mode :initform c++-mode) (ebrowse-tree :initform nil :initarg :ebrowse-tree :documentation "The raw ebrowse tree for this file.") (global-extract :initform nil :initarg :global-extract :documentation "Table of ebrowse tags specific to this file.\nThis table is composited from the ebrowse *Globals* section.")) (:documentation "A table for returning search results from ebrowse.")] 8) #@63 Create a new object of class type `semanticdb-table-ebrowse'. (defalias 'semanticdb-table-ebrowse #[(&rest slots) "\301\302\303#\207" [slots apply make-instance semanticdb-table-ebrowse] 4 (#$ . 1940)]) (byte-code "\300\301\302\303#\300\207" [function-put semanticdb-table-ebrowse compiler-macro semanticdb-table-ebrowse--anon-cmacro] 4) (defalias 'semanticdb-table-ebrowse--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) (byte-code "\300\301\302\303!\"\210\300\304\305\303!\"\210\300\306\304\"\210\307\306\310\311#\210\312\303\313\304#\314\303\315\316\317$\207" [defalias semanticdb-project-database-ebrowse-p eieio-make-class-predicate semanticdb-project-database-ebrowse semanticdb-project-database-ebrowse--eieio-childp eieio-make-child-predicate semanticdb-project-database-ebrowse-child-p make-obsolete "use (cl-typep ... \\='semanticdb-project-database-ebrowse) instead" "25.1" define-symbol-prop cl-deftype-satisfies eieio-defclass-internal (semanticdb-project-database) ((new-table-class :initform semanticdb-table-ebrowse :type class :documentation "New tables created for this database are of this class.") (system-include-p :initform nil :initarg :system-include :documentation "Flag indicating this database represents a system include directory.") (ebrowse-struct :initform nil :initarg :ebrowse-struct)) (:documentation "Semantic Database deriving tags using the EBROWSE tool.\nEBROWSE is a C/C++ parser for use with `ebrowse' Emacs program.")] 6) #@74 Create a new object of class type `semanticdb-project-database-ebrowse'. (defalias 'semanticdb-project-database-ebrowse #[(&rest slots) "\301\302\303#\207" [slots apply make-instance semanticdb-project-database-ebrowse] 4 (#$ . 3551)]) (byte-code "\300\301\302\303#\300\207" [function-put semanticdb-project-database-ebrowse compiler-macro semanticdb-project-database-ebrowse--anon-cmacro] 4) (defalias 'semanticdb-project-database-ebrowse--anon-cmacro #[(whole &rest slots) "@;\204 \207\302\303\304@ @# @\305@DABB\"\207" [slots whole macroexp--warn-and-return format "Obsolete name arg %S to constructor %S" identity] 5]) #@26 Is FILE a C or C++ file? (defalias 'semanticdb-ebrowse-C-file-p #[(file) "\303 \"\206<