loaddefs.el 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. ;;; loaddefs.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads (semantic-analyze-current-context) "semantic/analyze"
  5. ;;;;;; "analyze.el" "01e2837795d29cd811c52316ecd0ce9b")
  6. ;;; Generated autoloads from analyze.el
  7. (autoload 'semantic-analyze-current-context "semantic/analyze" "\
  8. Analyze the current context at optional POSITION.
  9. If called interactively, display interesting information about POSITION
  10. in a separate buffer.
  11. Returns an object based on symbol `semantic-analyze-context'.
  12. This function can be overridden with the symbol `analyze-context'.
  13. When overriding this function, your override will be called while
  14. cursor is at POSITION. In addition, your function will not be called
  15. if a cached copy of the return object is found.
  16. \(fn &optional POSITION)" t nil)
  17. ;;;***
  18. ;;;### (autoloads (semantic-analyze-possible-completions semantic-analyze-type-constants)
  19. ;;;;;; "semantic/analyze/complete" "analyze/complete.el" "66c3138979436b4cbe61fd9290771277")
  20. ;;; Generated autoloads from analyze/complete.el
  21. (autoload 'semantic-analyze-type-constants "semantic/analyze/complete" "\
  22. For the tag TYPE, return any constant symbols of TYPE.
  23. Used as options when completing.
  24. \(fn TYPE)" nil nil)
  25. (autoload 'semantic-analyze-possible-completions "semantic/analyze/complete" "\
  26. Return a list of semantic tags which are possible completions.
  27. CONTEXT is either a position (such as point), or a precalculated
  28. context. Passing in a context is useful if the caller also needs
  29. to access parts of the analysis.
  30. The remaining FLAGS arguments are passed to the mode specific completion engine.
  31. Bad flags should be ignored by modes that don't use them.
  32. See `semantic-analyze-possible-completions-default' for details on the default FLAGS.
  33. Completions run through the following filters:
  34. * Elements currently in scope
  35. * Constants currently in scope
  36. * Elements match the :prefix in the CONTEXT.
  37. * Type of the completion matches the type of the context.
  38. Context type matching can identify the following:
  39. * No specific type
  40. * Assignment into a variable of some type.
  41. * Argument to a function with type constraints.
  42. When called interactively, displays the list of possible completions
  43. in a buffer.
  44. \(fn CONTEXT &rest FLAGS)" t nil)
  45. ;;;***
  46. ;;;### (autoloads (semantic-analyze-proto-impl-toggle semantic-analyze-current-tag)
  47. ;;;;;; "semantic/analyze/refs" "analyze/refs.el" "adcaf80f0ff7931f1aad202d1cba7d64")
  48. ;;; Generated autoloads from analyze/refs.el
  49. (autoload 'semantic-analyze-current-tag "semantic/analyze/refs" "\
  50. Analyze the tag under point.
  51. \(fn)" t nil)
  52. (autoload 'semantic-analyze-proto-impl-toggle "semantic/analyze/refs" "\
  53. Toggle between the implementation, and a prototype of tag under point.
  54. \(fn)" t nil)
  55. ;;;***
  56. ;;;### (autoloads (semantic-bovinate-stream) "semantic/bovine" "bovine.el"
  57. ;;;;;; "13f4794d1366e17ed84db61855afa2f7")
  58. ;;; Generated autoloads from bovine.el
  59. (autoload 'semantic-bovinate-stream "semantic/bovine" "\
  60. Bovinate STREAM, starting at the first NONTERMINAL rule.
  61. Use `bovine-toplevel' if NONTERMINAL is not provided.
  62. This is the core routine for converting a stream into a table.
  63. Return the list (STREAM SEMANTIC-STREAM) where STREAM are those
  64. elements of STREAM that have not been used. SEMANTIC-STREAM is the
  65. list of semantic tokens found.
  66. \(fn STREAM &optional NONTERMINAL)" nil nil)
  67. (defalias 'semantic-parse-stream-default 'semantic-bovinate-stream)
  68. ;;;***
  69. ;;;### (autoloads (semantic-c-add-preprocessor-symbol semantic-default-c-setup)
  70. ;;;;;; "semantic/bovine/c" "bovine/c.el" "572cdcbbd5e6bd37a76517be1808012f")
  71. ;;; Generated autoloads from bovine/c.el
  72. (autoload 'semantic-default-c-setup "semantic/bovine/c" "\
  73. Set up a buffer for semantic parsing of the C language.
  74. \(fn)" nil nil)
  75. (autoload 'semantic-c-add-preprocessor-symbol "semantic/bovine/c" "\
  76. Add a preprocessor symbol SYM with a REPLACEMENT value.
  77. \(fn SYM REPLACEMENT)" t nil)
  78. ;;;***
  79. ;;;### (autoloads (semantic-gcc-setup) "semantic/bovine/gcc" "bovine/gcc.el"
  80. ;;;;;; "fb45518391b4f6c05734232bb6db4733")
  81. ;;; Generated autoloads from bovine/gcc.el
  82. (autoload 'semantic-gcc-setup "semantic/bovine/gcc" "\
  83. Setup Semantic C/C++ parsing based on GCC output.
  84. \(fn)" t nil)
  85. ;;;***
  86. ;;;### (autoloads (semantic-default-make-setup) "semantic/bovine/make"
  87. ;;;;;; "bovine/make.el" "3b24e72d6b22d224653ab04471d21da1")
  88. ;;; Generated autoloads from bovine/make.el
  89. (autoload 'semantic-default-make-setup "semantic/bovine/make" "\
  90. Set up a Makefile buffer for parsing with semantic.
  91. \(fn)" nil nil)
  92. ;;;***
  93. ;;;### (autoloads (semantic-default-scheme-setup) "semantic/bovine/scm"
  94. ;;;;;; "bovine/scm.el" "ae981cbb48a54d1f95b18823eba50fb5")
  95. ;;; Generated autoloads from bovine/scm.el
  96. (autoload 'semantic-default-scheme-setup "semantic/bovine/scm" "\
  97. Setup hook function for Emacs Lisp files and Semantic.
  98. \(fn)" nil nil)
  99. ;;;***
  100. ;;;### (autoloads (semantic-complete-self-insert semantic-complete-analyze-inline-idle
  101. ;;;;;; semantic-complete-analyze-inline semantic-complete-analyze-and-replace
  102. ;;;;;; semantic-complete-jump-local-members semantic-complete-jump
  103. ;;;;;; semantic-complete-jump-local) "semantic/complete" "complete.el"
  104. ;;;;;; "c4b2eae64c242baa4eda126d04804bf9")
  105. ;;; Generated autoloads from complete.el
  106. (autoload 'semantic-complete-jump-local "semantic/complete" "\
  107. Jump to a local semantic symbol.
  108. \(fn)" t nil)
  109. (autoload 'semantic-complete-jump "semantic/complete" "\
  110. Jump to a semantic symbol.
  111. \(fn)" t nil)
  112. (autoload 'semantic-complete-jump-local-members "semantic/complete" "\
  113. Jump to a semantic symbol.
  114. \(fn)" t nil)
  115. (autoload 'semantic-complete-analyze-and-replace "semantic/complete" "\
  116. Perform prompt completion to do in buffer completion.
  117. `semantic-analyze-possible-completions' is used to determine the
  118. possible values.
  119. The minibuffer is used to perform the completion.
  120. The result is inserted as a replacement of the text that was there.
  121. \(fn)" t nil)
  122. (autoload 'semantic-complete-analyze-inline "semantic/complete" "\
  123. Perform prompt completion to do in buffer completion.
  124. `semantic-analyze-possible-completions' is used to determine the
  125. possible values.
  126. The function returns immediately, leaving the buffer in a mode that
  127. will perform the completion.
  128. Configure `semantic-complete-inline-analyzer-displayor-class' to change
  129. how completion options are displayed.
  130. \(fn)" t nil)
  131. (autoload 'semantic-complete-analyze-inline-idle "semantic/complete" "\
  132. Perform prompt completion to do in buffer completion.
  133. `semantic-analyze-possible-completions' is used to determine the
  134. possible values.
  135. The function returns immediately, leaving the buffer in a mode that
  136. will perform the completion.
  137. Configure `semantic-complete-inline-analyzer-idle-displayor-class'
  138. to change how completion options are displayed.
  139. \(fn)" t nil)
  140. (autoload 'semantic-complete-self-insert "semantic/complete" "\
  141. Like `self-insert-command', but does completion afterwards.
  142. ARG is passed to `self-insert-command'. If ARG is nil,
  143. use `semantic-complete-analyze-inline' to complete.
  144. \(fn ARG)" t nil)
  145. ;;;***
  146. ;;;### (autoloads (semantic-ctxt-current-mode) "semantic/ctxt" "ctxt.el"
  147. ;;;;;; "dfcdb18c2911499289b8c03558b808dd")
  148. ;;; Generated autoloads from ctxt.el
  149. (autoload 'semantic-ctxt-current-mode "semantic/ctxt" "\
  150. Return the major mode active at POINT.
  151. POINT defaults to the value of point in current buffer.
  152. You should override this function in multiple mode buffers to
  153. determine which major mode apply at point.
  154. \(fn &optional POINT)" nil nil)
  155. ;;;***
  156. ;;;### (autoloads (semanticdb-file-table-object) "semantic/db" "db.el"
  157. ;;;;;; "26fbc1e4c0b18956cf2d76ef5aa7c7d1")
  158. ;;; Generated autoloads from db.el
  159. (defvar semanticdb-current-database nil "\
  160. For a given buffer, this is the currently active database.")
  161. (defvar semanticdb-current-table nil "\
  162. For a given buffer, this is the currently active database table.")
  163. (autoload 'semanticdb-file-table-object "semantic/db" "\
  164. Return a semanticdb table belonging to FILE, make it up to date.
  165. If file has database tags available in the database, return it.
  166. If file does not have tags available, and DONTLOAD is nil,
  167. then load the tags for FILE, and create a new table object for it.
  168. DONTLOAD does not affect the creation of new database objects.
  169. \(fn FILE &optional DONTLOAD)" nil nil)
  170. ;;;***
  171. ;;;### (autoloads (semanticdb-project-database-file) "semantic/db-file"
  172. ;;;;;; "db-file.el" "9f2b4206991ded10364a2b405750c40f")
  173. ;;; Generated autoloads from db-file.el
  174. (eieio-defclass-autoload 'semanticdb-project-database-file '(semanticdb-project-database eieio-persistent) "semantic/db-file" "Database of file tables saved to disk.")
  175. ;;;***
  176. ;;;### (autoloads (semanticdb-find-tags-by-class semanticdb-find-tags-for-completion
  177. ;;;;;; semanticdb-find-tags-by-name-regexp semanticdb-find-tags-by-name
  178. ;;;;;; semanticdb-find-result-nth-in-buffer semanticdb-find-result-nth
  179. ;;;;;; semanticdb-find-result-length semanticdb-strip-find-results
  180. ;;;;;; semanticdb-find-adebug-lost-includes semanticdb-find-test-translate-path
  181. ;;;;;; semanticdb-find-table-for-include semanticdb-find-translate-path
  182. ;;;;;; semanticdb-find-default-throttle) "semantic/db-find" "db-find.el"
  183. ;;;;;; "8e8a923a29921a74a1e288670623dd99")
  184. ;;; Generated autoloads from db-find.el
  185. (defvar semanticdb-find-default-throttle '(local project unloaded system recursive) "\
  186. The default throttle for `semanticdb-find' routines.
  187. The throttle controls how detailed the list of database
  188. tables is for a symbol lookup. The value is a list with
  189. the following keys:
  190. `file' - The file the search is being performed from.
  191. This option is here for completeness only, and
  192. is assumed to always be on.
  193. `local' - Tables from the same local directory are included.
  194. This includes files directly referenced by a file name
  195. which might be in a different directory.
  196. `project' - Tables from the same local project are included
  197. If `project' is specified, then `local' is assumed.
  198. `unloaded' - If a table is not in memory, load it. If it is not cached
  199. on disk either, get the source, parse it, and create
  200. the table.
  201. `system' - Tables from system databases. These are specifically
  202. tables from system header files, or language equivalent.
  203. `recursive' - For include based searches, includes tables referenced
  204. by included files.
  205. `omniscience' - Included system databases which are omniscience, or
  206. somehow know everything. Omniscience databases are found
  207. in `semanticdb-project-system-databases'.
  208. The Emacs Lisp system DB is an omniscience database.")
  209. (custom-autoload 'semanticdb-find-default-throttle "semantic/db-find" t)
  210. (autoload 'semanticdb-find-translate-path "semantic/db-find" "\
  211. Translate PATH into a list of semantic tables.
  212. Path translation involves identifying the PATH input argument
  213. in one of the following ways:
  214. nil - Take the current buffer, and use its include list
  215. buffer - Use that buffer's include list.
  216. filename - Use that file's include list. If the file is not
  217. in a buffer, see of there is a semanticdb table for it. If
  218. not, read that file into a buffer.
  219. tag - Get that tag's buffer of file file. See above.
  220. table - Search that table, and its include list.
  221. find result - Search the results of a previous find.
  222. In addition, once the base path is found, there is the possibility of
  223. each added table adding yet more tables to the path, so this routine
  224. can return a lengthy list.
  225. If argument BRUTISH is non-nil, then instead of using the include
  226. list, use all tables found in the parent project of the table
  227. identified by translating PATH. Such searches use brute force to
  228. scan every available table.
  229. The return value is a list of objects of type `semanticdb-table' or
  230. their children. In the case of passing in a find result, the result
  231. is returned unchanged.
  232. This routine uses `semanticdb-find-table-for-include' to translate
  233. specific include tags into a semanticdb table.
  234. Note: When searching using a non-brutish method, the list of
  235. included files will be cached between runs. Database-references
  236. are used to track which files need to have their include lists
  237. refreshed when things change. See `semanticdb-ref-test'.
  238. Note for overloading: If you opt to overload this function for your
  239. major mode, and your routine takes a long time, be sure to call
  240. (semantic-throw-on-input 'your-symbol-here)
  241. so that it can be called from the idle work handler.
  242. \(fn PATH BRUTISH)" nil nil)
  243. (autoload 'semanticdb-find-table-for-include "semantic/db-find" "\
  244. For a single INCLUDETAG found in TABLE, find a `semanticdb-table' object
  245. INCLUDETAG is a semantic TAG of class 'include.
  246. TABLE is a semanticdb table that identifies where INCLUDETAG came from.
  247. TABLE is optional if INCLUDETAG has an overlay of :filename attribute.
  248. \(fn INCLUDETAG &optional TABLE)" nil nil)
  249. (autoload 'semanticdb-find-test-translate-path "semantic/db-find" "\
  250. Call and output results of `semanticdb-find-translate-path'.
  251. With ARG non-nil, specify a BRUTISH translation.
  252. See `semanticdb-find-default-throttle' and `semanticdb-project-roots'
  253. for details on how this list is derived.
  254. \(fn &optional ARG)" t nil)
  255. (autoload 'semanticdb-find-adebug-lost-includes "semantic/db-find" "\
  256. Translate the current path, then display the lost includes.
  257. Examines the variable `semanticdb-find-lost-includes'.
  258. \(fn)" t nil)
  259. (autoload 'semanticdb-strip-find-results "semantic/db-find" "\
  260. Strip a semanticdb search RESULTS to exclude objects.
  261. This makes it appear more like the results of a `semantic-find-' call.
  262. Optional FIND-FILE-MATCH loads all files associated with RESULTS
  263. into buffers. This has the side effect of enabling `semantic-tag-buffer' to
  264. return a value.
  265. If FIND-FILE-MATCH is 'name, then only the filename is stored
  266. in each tag instead of loading each file into a buffer.
  267. If the input RESULTS are not going to be used again, and if
  268. FIND-FILE-MATCH is nil, you can use `semanticdb-fast-strip-find-results'
  269. instead.
  270. \(fn RESULTS &optional FIND-FILE-MATCH)" nil nil)
  271. (autoload 'semanticdb-find-result-length "semantic/db-find" "\
  272. Number of tags found in RESULT.
  273. \(fn RESULT)" nil nil)
  274. (autoload 'semanticdb-find-result-nth "semantic/db-find" "\
  275. In RESULT, return the Nth search result.
  276. This is a 0 based search result, with the first match being element 0.
  277. The returned value is a cons cell: (TAG . TABLE) where TAG
  278. is the tag at the Nth position. TABLE is the semanticdb table where
  279. the TAG was found. Sometimes TABLE can be nil.
  280. \(fn RESULT N)" nil nil)
  281. (autoload 'semanticdb-find-result-nth-in-buffer "semantic/db-find" "\
  282. In RESULT, return the Nth search result.
  283. Like `semanticdb-find-result-nth', except that only the TAG
  284. is returned, and the buffer it is found it will be made current.
  285. If the result tag has no position information, the originating buffer
  286. is still made current.
  287. \(fn RESULT N)" nil nil)
  288. (autoload 'semanticdb-find-tags-by-name "semantic/db-find" "\
  289. Search for all tags matching NAME on PATH.
  290. See `semanticdb-find-translate-path' for details on PATH.
  291. FIND-FILE-MATCH indicates that any time a match is found, the file
  292. associated with that tag should be loaded into a buffer.
  293. \(fn NAME &optional PATH FIND-FILE-MATCH)" nil nil)
  294. (autoload 'semanticdb-find-tags-by-name-regexp "semantic/db-find" "\
  295. Search for all tags matching REGEXP on PATH.
  296. See `semanticdb-find-translate-path' for details on PATH.
  297. FIND-FILE-MATCH indicates that any time a match is found, the file
  298. associated with that tag should be loaded into a buffer.
  299. \(fn REGEXP &optional PATH FIND-FILE-MATCH)" nil nil)
  300. (autoload 'semanticdb-find-tags-for-completion "semantic/db-find" "\
  301. Search for all tags matching PREFIX on PATH.
  302. See `semanticdb-find-translate-path' for details on PATH.
  303. FIND-FILE-MATCH indicates that any time a match is found, the file
  304. associated with that tag should be loaded into a buffer.
  305. \(fn PREFIX &optional PATH FIND-FILE-MATCH)" nil nil)
  306. (autoload 'semanticdb-find-tags-by-class "semantic/db-find" "\
  307. Search for all tags of CLASS on PATH.
  308. See `semanticdb-find-translate-path' for details on PATH.
  309. FIND-FILE-MATCH indicates that any time a match is found, the file
  310. associated with that tag should be loaded into a buffer.
  311. \(fn CLASS &optional PATH FIND-FILE-MATCH)" nil nil)
  312. ;;;***
  313. ;;;### (autoloads (semanticdb-enable-gnu-global-databases) "semantic/db-global"
  314. ;;;;;; "db-global.el" "911abd4eecdf68b4a11e5852d7446bee")
  315. ;;; Generated autoloads from db-global.el
  316. (autoload 'semanticdb-enable-gnu-global-databases "semantic/db-global" "\
  317. Enable the use of the GNU Global SemanticDB back end for all files of MODE.
  318. This will add an instance of a GNU Global database to each buffer
  319. in a GNU Global supported hierarchy.
  320. \(fn MODE)" t nil)
  321. ;;;***
  322. ;;;### (autoloads (global-semanticdb-minor-mode semanticdb-minor-mode-p)
  323. ;;;;;; "semantic/db-mode" "db-mode.el" "743af263c6e147d749b2faa638c73cf8")
  324. ;;; Generated autoloads from db-mode.el
  325. (autoload 'semanticdb-minor-mode-p "semantic/db-mode" "\
  326. Return non-nil if `semanticdb-minor-mode' is active.
  327. \(fn)" nil nil)
  328. (defvar global-semanticdb-minor-mode nil "\
  329. Non-nil if Global-Semanticdb minor mode is enabled.
  330. See the command `global-semanticdb-minor-mode' for a description of this minor mode.
  331. Setting this variable directly does not take effect;
  332. either customize it (see the info node `Easy Customization')
  333. or call the function `global-semanticdb-minor-mode'.")
  334. (custom-autoload 'global-semanticdb-minor-mode "semantic/db-mode" nil)
  335. (autoload 'global-semanticdb-minor-mode "semantic/db-mode" "\
  336. Toggle Semantic DB mode.
  337. With ARG, turn Semantic DB mode on if ARG is positive, off otherwise.
  338. In Semantic DB mode, Semantic parsers store results in a
  339. database, which can be saved for future Emacs sessions.
  340. \(fn &optional ARG)" t nil)
  341. ;;;***
  342. ;;;### (autoloads (semanticdb-typecache-find semanticdb-database-typecache
  343. ;;;;;; semanticdb-typecache) "semantic/db-typecache" "db-typecache.el"
  344. ;;;;;; "0c5841fc180413e87e1e07e4359116b0")
  345. ;;; Generated autoloads from db-typecache.el
  346. (eieio-defclass-autoload 'semanticdb-typecache 'nil "semantic/db-typecache" "Structure for maintaining a typecache.")
  347. (eieio-defclass-autoload 'semanticdb-database-typecache '(semanticdb-abstract-db-cache) "semantic/db-typecache" "Structure for maintaining a typecache.")
  348. (autoload 'semanticdb-typecache-find "semantic/db-typecache" "\
  349. Search the typecache for TYPE in PATH.
  350. If type is a string, split the string, and search for the parts.
  351. If type is a list, treat the type as a pre-split string.
  352. PATH can be nil for the current buffer, or a semanticdb table.
  353. FIND-FILE-MATCH is non-nil to force all found tags to be loaded into a buffer.
  354. \(fn TYPE &optional PATH FIND-FILE-MATCH)" nil nil)
  355. ;;;***
  356. ;;;### (autoloads nil "semantic/debug" "debug.el" "520a38aa611b46cc96b661e645f0bef5")
  357. ;;; Generated autoloads from debug.el
  358. (defvar semantic-debug-parser-source nil "\
  359. For any buffer, the file name (no path) of the parser.
  360. This would be a parser for a specific language, not the source
  361. to one of the parser generators.")
  362. (make-variable-buffer-local 'semantic-debug-parser-source)
  363. (defvar semantic-debug-parser-class nil "\
  364. Class to create when building a debug parser object.")
  365. (make-variable-buffer-local 'semantic-debug-parser-class)
  366. ;;;***
  367. ;;;### (autoloads (semantic-decoration-unparsed-include-do-reset
  368. ;;;;;; semantic-decoration-include-visit) "semantic/decorate/include"
  369. ;;;;;; "decorate/include.el" "de479cd00a862cd70d727edd8cb572fd")
  370. ;;; Generated autoloads from decorate/include.el
  371. (autoload 'semantic-decoration-include-visit "semantic/decorate/include" "\
  372. Visit the included file at point.
  373. \(fn)" t nil)
  374. (autoload 'semantic-decoration-unparsed-include-do-reset "semantic/decorate/include" "\
  375. Do a reset of unparsed includes in the current buffer.
  376. \(fn)" nil nil)
  377. ;;;***
  378. ;;;### (autoloads (global-semantic-decoration-mode) "semantic/decorate/mode"
  379. ;;;;;; "decorate/mode.el" "99fec9384fd556e8fdcbadb10f186fb9")
  380. ;;; Generated autoloads from decorate/mode.el
  381. (defvar global-semantic-decoration-mode nil "\
  382. Non-nil if Global-Semantic-Decoration mode is enabled.
  383. See the command `global-semantic-decoration-mode' for a description of this minor mode.
  384. Setting this variable directly does not take effect;
  385. either customize it (see the info node `Easy Customization')
  386. or call the function `global-semantic-decoration-mode'.")
  387. (custom-autoload 'global-semantic-decoration-mode "semantic/decorate/mode" nil)
  388. (autoload 'global-semantic-decoration-mode "semantic/decorate/mode" "\
  389. Toggle global use of option `semantic-decoration-mode'.
  390. Decoration mode turns on all active decorations as specified
  391. by `semantic-decoration-styles'.
  392. \(fn &optional ARG)" t nil)
  393. ;;;***
  394. ;;;### (autoloads (semantic-customize-system-include-path semantic-reset-system-include
  395. ;;;;;; semantic-remove-system-include semantic-add-system-include)
  396. ;;;;;; "semantic/dep" "dep.el" "c80325e744c01fbd1e96f18fd1c82d4b")
  397. ;;; Generated autoloads from dep.el
  398. (autoload 'semantic-add-system-include "semantic/dep" "\
  399. Add a system include DIR to path for MODE.
  400. Modifies a mode-local version of `semantic-dependency-system-include-path'.
  401. Changes made by this function are not persistent.
  402. \(fn DIR &optional MODE)" t nil)
  403. (autoload 'semantic-remove-system-include "semantic/dep" "\
  404. Add a system include DIR to path for MODE.
  405. Modifies a mode-local version of`semantic-dependency-system-include-path'.
  406. Changes made by this function are not persistent.
  407. \(fn DIR &optional MODE)" t nil)
  408. (autoload 'semantic-reset-system-include "semantic/dep" "\
  409. Reset the system include list to empty for MODE.
  410. Modifies a mode-local version of
  411. `semantic-dependency-system-include-path'.
  412. \(fn &optional MODE)" t nil)
  413. (autoload 'semantic-customize-system-include-path "semantic/dep" "\
  414. Customize the include path for this `major-mode'.
  415. To create a customizable include path for a major MODE, use the
  416. macro `defcustom-mode-local-semantic-dependency-system-include-path'.
  417. \(fn &optional MODE)" t nil)
  418. ;;;***
  419. ;;;### (autoloads (semantic-documentation-for-tag) "semantic/doc"
  420. ;;;;;; "doc.el" "2810ef7cccaa39d92fae575675fbc96e")
  421. ;;; Generated autoloads from doc.el
  422. (autoload 'semantic-documentation-for-tag "semantic/doc" "\
  423. Find documentation from TAG and return it as a clean string.
  424. TAG might have DOCUMENTATION set in it already. If not, there may be
  425. some documentation in a comment preceding TAG's definition which we
  426. can look for. When appropriate, this can be overridden by a language specific
  427. enhancement.
  428. Optional argument NOSNARF means to only return the lexical analyzer token for it.
  429. If nosnarf if 'lex, then only return the lex token.
  430. \(fn &optional TAG NOSNARF)" nil nil)
  431. ;;;***
  432. ;;;### (autoloads (semantic-edits-incremental-parser semantic-change-function)
  433. ;;;;;; "semantic/edit" "edit.el" "6ba37022b43a7045c7761b256bc038b6")
  434. ;;; Generated autoloads from edit.el
  435. (autoload 'semantic-change-function "semantic/edit" "\
  436. Provide a mechanism for semantic tag management.
  437. Argument START, END, and LENGTH specify the bounds of the change.
  438. \(fn START END LENGTH)" nil nil)
  439. (autoload 'semantic-edits-incremental-parser "semantic/edit" "\
  440. Incrementally reparse the current buffer.
  441. Incremental parser allows semantic to only reparse those sections of
  442. the buffer that have changed. This function depends on
  443. `semantic-edits-change-function-handle-changes' setting up change
  444. overlays in the current buffer. Those overlays are analyzed against
  445. the semantic cache to see what needs to be changed.
  446. \(fn)" nil nil)
  447. (defalias 'semantic-parse-changes-default 'semantic-edits-incremental-parser)
  448. ;;;***
  449. ;;;### (autoloads (semantic-find-tags-by-scope-protection semantic-find-first-tag-by-name
  450. ;;;;;; semantic-current-tag-parent semantic-current-tag semantic-find-tag-parent-by-overlay
  451. ;;;;;; semantic-find-tag-by-overlay-prev semantic-find-tag-by-overlay-next
  452. ;;;;;; semantic-find-tag-by-overlay-in-region semantic-find-tag-by-overlay)
  453. ;;;;;; "semantic/find" "find.el" "97c619028c62d6563ef7bb68ffd53853")
  454. ;;; Generated autoloads from find.el
  455. (autoload 'semantic-find-tag-by-overlay "semantic/find" "\
  456. Find all tags covering POSITIONORMARKER by using overlays.
  457. If POSITIONORMARKER is nil, use the current point.
  458. Optional BUFFER is used if POSITIONORMARKER is a number, otherwise the current
  459. buffer is used. This finds all tags covering the specified position
  460. by checking for all overlays covering the current spot. They are then sorted
  461. from largest to smallest via the start location.
  462. \(fn &optional POSITIONORMARKER BUFFER)" nil nil)
  463. (autoload 'semantic-find-tag-by-overlay-in-region "semantic/find" "\
  464. Find all tags which exist in whole or in part between START and END.
  465. Uses overlays to determine position.
  466. Optional BUFFER argument specifies the buffer to use.
  467. \(fn START END &optional BUFFER)" nil nil)
  468. (autoload 'semantic-find-tag-by-overlay-next "semantic/find" "\
  469. Find the next tag after START in BUFFER.
  470. If START is in an overlay, find the tag which starts next,
  471. not the current tag.
  472. \(fn &optional START BUFFER)" nil nil)
  473. (autoload 'semantic-find-tag-by-overlay-prev "semantic/find" "\
  474. Find the next tag before START in BUFFER.
  475. If START is in an overlay, find the tag which starts next,
  476. not the current tag.
  477. \(fn &optional START BUFFER)" nil nil)
  478. (autoload 'semantic-find-tag-parent-by-overlay "semantic/find" "\
  479. Find the parent of TAG by overlays.
  480. Overlays are a fast way of finding this information for active buffers.
  481. \(fn TAG)" nil nil)
  482. (autoload 'semantic-current-tag "semantic/find" "\
  483. Return the current tag in the current buffer.
  484. If there are more than one in the same location, return the
  485. smallest tag. Return nil if there is no tag here.
  486. \(fn)" nil nil)
  487. (autoload 'semantic-current-tag-parent "semantic/find" "\
  488. Return the current tags parent in the current buffer.
  489. A tag's parent would be a containing structure, such as a type
  490. containing a field. Return nil if there is no parent.
  491. \(fn)" nil nil)
  492. (autoload 'semantic-find-first-tag-by-name "semantic/find" "\
  493. Find the first tag with NAME in TABLE.
  494. NAME is a string.
  495. TABLE is a semantic tags table. See `semantic-something-to-tag-table'.
  496. This routine uses `assoc' to quickly find the first matching entry.
  497. \(fn NAME &optional TABLE)" nil nil)
  498. (autoload 'semantic-find-tags-by-scope-protection "semantic/find" "\
  499. Find all tags accessible by SCOPEPROTECTION.
  500. SCOPEPROTECTION is a symbol which can be returned by the method
  501. `semantic-tag-protection'. A hard-coded order is used to determine a match.
  502. PARENT is a tag representing the PARENT slot needed for
  503. `semantic-tag-protection'.
  504. TABLE is a list of tags (a subset of PARENT members) to scan. If TABLE is nil,
  505. the type members of PARENT are used.
  506. See `semantic-tag-protected-p' for details on which tags are returned.
  507. \(fn SCOPEPROTECTION PARENT &optional TABLE)" nil nil)
  508. ;;;***
  509. ;;;### (autoloads (semantic-format-tag-concise-prototype semantic-format-tag-prototype
  510. ;;;;;; semantic-format-tag-summarize semantic-format-tag-name) "semantic/format"
  511. ;;;;;; "format.el" "ae061324cf196c5694c2185822b5a1b8")
  512. ;;; Generated autoloads from format.el
  513. (autoload 'semantic-format-tag-name "semantic/format" "\
  514. Return the name string describing TAG.
  515. The name is the shortest possible representation.
  516. Optional argument PARENT is the parent type if TAG is a detail.
  517. Optional argument COLOR means highlight the prototype with font-lock colors.
  518. \(fn TAG &optional PARENT COLOR)" nil nil)
  519. (autoload 'semantic-format-tag-summarize "semantic/format" "\
  520. Summarize TAG in a reasonable way.
  521. Optional argument PARENT is the parent type if TAG is a detail.
  522. Optional argument COLOR means highlight the prototype with font-lock colors.
  523. \(fn TAG &optional PARENT COLOR)" nil nil)
  524. (autoload 'semantic-format-tag-prototype "semantic/format" "\
  525. Return a prototype for TAG.
  526. This function should be overloaded, though it need not be used.
  527. This is because it can be used to create code by language independent
  528. tools.
  529. Optional argument PARENT is the parent type if TAG is a detail.
  530. Optional argument COLOR means highlight the prototype with font-lock colors.
  531. \(fn TAG &optional PARENT COLOR)" nil nil)
  532. (autoload 'semantic-format-tag-concise-prototype "semantic/format" "\
  533. Return a concise prototype for TAG.
  534. Optional argument PARENT is the parent type if TAG is a detail.
  535. Optional argument COLOR means highlight the prototype with font-lock colors.
  536. \(fn TAG &optional PARENT COLOR)" nil nil)
  537. ;;;***
  538. ;;;### (autoloads (semantic-default-html-setup) "semantic/html" "html.el"
  539. ;;;;;; "5fc9981a467841417d59aaa5e4c0649b")
  540. ;;; Generated autoloads from html.el
  541. (autoload 'semantic-default-html-setup "semantic/html" "\
  542. Set up a buffer for parsing of HTML files.
  543. \(fn)" nil nil)
  544. ;;;***
  545. ;;;### (autoloads (semantic-ia-describe-class semantic-ia-show-doc
  546. ;;;;;; semantic-ia-fast-mouse-jump semantic-ia-fast-jump semantic-ia-show-variants
  547. ;;;;;; semantic-ia-show-summary semantic-ia-complete-tip semantic-ia-complete-symbol)
  548. ;;;;;; "semantic/ia" "ia.el" "d6a879984d97d878bb5fedf30cadee8c")
  549. ;;; Generated autoloads from ia.el
  550. (autoload 'semantic-ia-complete-symbol "semantic/ia" "\
  551. Complete the current symbol at POS.
  552. If POS is nil, default to point.
  553. Completion options are calculated with `semantic-analyze-possible-completions'.
  554. \(fn &optional POS)" t nil)
  555. (autoload 'semantic-ia-complete-tip "semantic/ia" "\
  556. Pop up a tooltip for completion at POINT.
  557. \(fn POINT)" t nil)
  558. (autoload 'semantic-ia-show-summary "semantic/ia" "\
  559. Display a summary for the symbol under POINT.
  560. \(fn POINT)" t nil)
  561. (autoload 'semantic-ia-show-variants "semantic/ia" "\
  562. Display a list of all variants for the symbol under POINT.
  563. \(fn POINT)" t nil)
  564. (autoload 'semantic-ia-fast-jump "semantic/ia" "\
  565. Jump to the tag referred to by the code at POINT.
  566. Uses `semantic-analyze-current-context' output to identify an accurate
  567. origin of the code at point.
  568. \(fn POINT)" t nil)
  569. (autoload 'semantic-ia-fast-mouse-jump "semantic/ia" "\
  570. Jump to the tag referred to by the point clicked on.
  571. See `semantic-ia-fast-jump' for details on how it works.
  572. This command is meant to be bound to a mouse event.
  573. \(fn EVT)" t nil)
  574. (autoload 'semantic-ia-show-doc "semantic/ia" "\
  575. Display the code-level documentation for the symbol at POINT.
  576. \(fn POINT)" t nil)
  577. (autoload 'semantic-ia-describe-class "semantic/ia" "\
  578. Display all known parts for the datatype TYPENAME.
  579. If the type in question is a class, all methods and other accessible
  580. parts of the parent classes are displayed.
  581. \(fn TYPENAME)" t nil)
  582. ;;;***
  583. ;;;### (autoloads (semantic-speedbar-analysis) "semantic/ia-sb" "ia-sb.el"
  584. ;;;;;; "f8f6cd62b7de1bd30c6cb6dacf87668a")
  585. ;;; Generated autoloads from ia-sb.el
  586. (autoload 'semantic-speedbar-analysis "semantic/ia-sb" "\
  587. Start Speedbar in semantic analysis mode.
  588. The analyzer displays information about the current context, plus a smart
  589. list of possible completions.
  590. \(fn)" t nil)
  591. ;;;***
  592. ;;;### (autoloads (global-semantic-idle-scheduler-mode semantic-idle-scheduler-mode)
  593. ;;;;;; "semantic/idle" "idle.el" "84238e9349f79706bc3b35394c2b4a5b")
  594. ;;; Generated autoloads from idle.el
  595. (autoload 'semantic-idle-scheduler-mode "semantic/idle" "\
  596. Minor mode to auto parse buffer following a change.
  597. When this mode is off, a buffer is only rescanned for tokens when
  598. some command requests the list of available tokens. When idle-scheduler
  599. is enabled, Emacs periodically checks to see if the buffer is out of
  600. date, and reparses while the user is idle (not typing.)
  601. With prefix argument ARG, turn on if positive, otherwise off. The
  602. minor mode can be turned on only if semantic feature is available and
  603. the current buffer was set up for parsing. Return non-nil if the
  604. minor mode is enabled.
  605. \(fn &optional ARG)" t nil)
  606. (defvar global-semantic-idle-scheduler-mode nil "\
  607. Non-nil if Global-Semantic-Idle-Scheduler mode is enabled.
  608. See the command `global-semantic-idle-scheduler-mode' for a description of this minor mode.
  609. Setting this variable directly does not take effect;
  610. either customize it (see the info node `Easy Customization')
  611. or call the function `global-semantic-idle-scheduler-mode'.")
  612. (custom-autoload 'global-semantic-idle-scheduler-mode "semantic/idle" nil)
  613. (autoload 'global-semantic-idle-scheduler-mode "semantic/idle" "\
  614. Toggle global use of option `semantic-idle-scheduler-mode'.
  615. The idle scheduler will automatically reparse buffers in idle time,
  616. and then schedule other jobs setup with `semantic-idle-scheduler-add'.
  617. If ARG is positive or nil, enable, if it is negative, disable.
  618. \(fn &optional ARG)" t nil)
  619. ;;;***
  620. ;;;### (autoloads (semantic-create-imenu-index semantic-imenu-expand-type-members
  621. ;;;;;; semantic-imenu-bucketize-file semantic-imenu-summary-function)
  622. ;;;;;; "semantic/imenu" "imenu.el" "047545e495f9a06b5f0cca67f4533839")
  623. ;;; Generated autoloads from imenu.el
  624. (defvar semantic-imenu-summary-function 'semantic-format-tag-abbreviate "\
  625. *Function to use when creating items in Imenu.
  626. Some useful functions are found in `semantic-format-tag-functions'.")
  627. (custom-autoload 'semantic-imenu-summary-function "semantic/imenu" t)
  628. (defvar semantic-imenu-bucketize-file t "\
  629. *Non-nil if tags in a file are to be grouped into buckets.")
  630. (custom-autoload 'semantic-imenu-bucketize-file "semantic/imenu" t)
  631. (defvar semantic-imenu-expand-type-members t "\
  632. *Non-nil if types should have submenus with members in them.")
  633. (custom-autoload 'semantic-imenu-expand-type-members "semantic/imenu" t)
  634. (defvar semantic-imenu-expandable-tag-classes '(type) "\
  635. List of expandable tag classes.
  636. Tags of those classes will be given submenu with children.
  637. By default, a `type' has interesting children. In Texinfo, however, a
  638. `section' has interesting children.")
  639. (autoload 'semantic-create-imenu-index "semantic/imenu" "\
  640. Create an imenu index for any buffer which supports Semantic.
  641. Uses the output of the Semantic parser to create the index.
  642. Optional argument STREAM is an optional stream of tags used to create menus.
  643. \(fn &optional STREAM)" nil nil)
  644. ;;;***
  645. ;;;### (autoloads (semantic-lex) "semantic/lex" "lex.el" "186ee29b08fa5247d50ffaa70565588b")
  646. ;;; Generated autoloads from lex.el
  647. (autoload 'semantic-lex "semantic/lex" "\
  648. Lexically analyze text in the current buffer between START and END.
  649. Optional argument DEPTH indicates at what level to scan over entire
  650. lists. The last argument, LENGTH specifies that `semantic-lex'
  651. should only return LENGTH tokens. The return value is a token stream.
  652. Each element is a list, such of the form
  653. (symbol start-expression . end-expression)
  654. where SYMBOL denotes the token type.
  655. See `semantic-lex-tokens' variable for details on token types. END
  656. does not mark the end of the text scanned, only the end of the
  657. beginning of text scanned. Thus, if a string extends past END, the
  658. end of the return token will be larger than END. To truly restrict
  659. scanning, use `narrow-to-region'.
  660. \(fn START END &optional DEPTH LENGTH)" nil nil)
  661. ;;;***
  662. ;;;### (autoloads (semantic-lex-spp-table-write-slot-value) "semantic/lex-spp"
  663. ;;;;;; "lex-spp.el" "4a5429cefd13fe3d030c5c9cbd04eeb5")
  664. ;;; Generated autoloads from lex-spp.el
  665. (autoload 'semantic-lex-spp-table-write-slot-value "semantic/lex-spp" "\
  666. Write out the VALUE of a slot for EIEIO.
  667. The VALUE is a spp lexical table.
  668. \(fn VALUE)" nil nil)
  669. ;;;***
  670. ;;;### (autoloads (global-semantic-mru-bookmark-mode) "semantic/mru-bookmark"
  671. ;;;;;; "mru-bookmark.el" "a54c8ca8c3d671f1ea5abad7a0a2666c")
  672. ;;; Generated autoloads from mru-bookmark.el
  673. (defvar global-semantic-mru-bookmark-mode nil "\
  674. Non-nil if Global-Semantic-Mru-Bookmark mode is enabled.
  675. See the command `global-semantic-mru-bookmark-mode' for a description of this minor mode.
  676. Setting this variable directly does not take effect;
  677. either customize it (see the info node `Easy Customization')
  678. or call the function `global-semantic-mru-bookmark-mode'.")
  679. (custom-autoload 'global-semantic-mru-bookmark-mode "semantic/mru-bookmark" nil)
  680. (autoload 'global-semantic-mru-bookmark-mode "semantic/mru-bookmark" "\
  681. Toggle global use of option `semantic-mru-bookmark-mode'.
  682. If ARG is positive or nil, enable, if it is negative, disable.
  683. \(fn &optional ARG)" t nil)
  684. ;;;***
  685. ;;;### (autoloads (semantic-calculate-scope) "semantic/scope" "scope.el"
  686. ;;;;;; "9a4e60aeed088525499b3abb68f0c41a")
  687. ;;; Generated autoloads from scope.el
  688. (autoload 'semantic-calculate-scope "semantic/scope" "\
  689. Calculate the scope at POINT.
  690. If POINT is not provided, then use the current location of point.
  691. The class returned from the scope calculation is variable
  692. `semantic-scope-cache'.
  693. \(fn &optional POINT)" t nil)
  694. ;;;***
  695. ;;;### (autoloads (senator-transpose-tags-down senator-transpose-tags-up
  696. ;;;;;; senator-copy-tag-to-register senator-yank-tag senator-kill-tag
  697. ;;;;;; senator-copy-tag senator-go-to-up-reference senator-previous-tag
  698. ;;;;;; senator-next-tag senator-step-at-start-end-tag-classes senator-step-at-tag-classes)
  699. ;;;;;; "semantic/senator" "senator.el" "f4d26a7008cbc16e21d49b197f4a6da4")
  700. ;;; Generated autoloads from senator.el
  701. (defvar senator-step-at-tag-classes nil "\
  702. List of tag classes recognized by Senator's navigation commands.
  703. A tag class is a symbol, such as `variable', `function', or `type'.
  704. As a special exception, if the value is nil, Senator's navigation
  705. commands recognize all tag classes.")
  706. (custom-autoload 'senator-step-at-tag-classes "semantic/senator" t)
  707. (make-variable-buffer-local 'senator-step-at-tag-classes)
  708. (defvar senator-step-at-start-end-tag-classes nil "\
  709. List of tag classes at which Senator's navigation commands should stop.
  710. A tag class is a symbol, such as `variable', `function', or `type'.
  711. The navigation commands stop at the start and end of each tag
  712. class in this list, provided the tag class is recognized (see
  713. `senator-step-at-tag-classes').
  714. As a special exception, if the value is nil, the navigation
  715. commands stop at the beginning of every tag.
  716. If t, the navigation commands stop at the start and end of any
  717. tag, where possible.")
  718. (custom-autoload 'senator-step-at-start-end-tag-classes "semantic/senator" t)
  719. (make-variable-buffer-local 'senator-step-at-start-end-tag-classes)
  720. (autoload 'senator-next-tag "semantic/senator" "\
  721. Navigate to the next Semantic tag.
  722. Return the tag or nil if at end of buffer.
  723. \(fn)" t nil)
  724. (autoload 'senator-previous-tag "semantic/senator" "\
  725. Navigate to the previous Semantic tag.
  726. Return the tag or nil if at beginning of buffer.
  727. \(fn)" t nil)
  728. (autoload 'senator-go-to-up-reference "semantic/senator" "\
  729. Move up one reference from the current TAG.
  730. A \"reference\" could be any interesting feature of TAG.
  731. In C++, a function may have a 'parent' which is non-local.
  732. If that parent which is only a reference in the function tag
  733. is found, we can jump to it.
  734. Some tags such as includes have other reference features.
  735. \(fn &optional TAG)" t nil)
  736. (autoload 'senator-copy-tag "semantic/senator" "\
  737. Take the current tag, and place it in the tag ring.
  738. \(fn)" t nil)
  739. (autoload 'senator-kill-tag "semantic/senator" "\
  740. Take the current tag, place it in the tag ring, and kill it.
  741. Killing the tag removes the text for that tag, and places it into
  742. the kill ring. Retrieve that text with \\[yank].
  743. \(fn)" t nil)
  744. (autoload 'senator-yank-tag "semantic/senator" "\
  745. Yank a tag from the tag ring.
  746. The form the tag takes is different depending on where it is being
  747. yanked to.
  748. \(fn)" t nil)
  749. (autoload 'senator-copy-tag-to-register "semantic/senator" "\
  750. Copy the current tag into REGISTER.
  751. Optional argument KILL-FLAG will delete the text of the tag to the
  752. kill ring.
  753. \(fn REGISTER &optional KILL-FLAG)" t nil)
  754. (autoload 'senator-transpose-tags-up "semantic/senator" "\
  755. Transpose the current tag, and the preceding tag.
  756. \(fn)" t nil)
  757. (autoload 'senator-transpose-tags-down "semantic/senator" "\
  758. Transpose the current tag, and the following tag.
  759. \(fn)" t nil)
  760. ;;;***
  761. ;;;### (autoloads (semantic-tag-external-member-parent semantic-flatten-tags-table)
  762. ;;;;;; "semantic/sort" "sort.el" "898884ee61212c213d8fc3ced58c0160")
  763. ;;; Generated autoloads from sort.el
  764. (autoload 'semantic-flatten-tags-table "semantic/sort" "\
  765. Flatten the tags table TABLE.
  766. All tags in TABLE, and all components of top level tags
  767. in TABLE will appear at the top level of list.
  768. Tags promoted to the top of the list will still appear
  769. unmodified as components of their parent tags.
  770. \(fn &optional TABLE)" nil nil)
  771. (autoload 'semantic-tag-external-member-parent "semantic/sort" "\
  772. Return a parent for TAG when TAG is an external member.
  773. TAG is an external member if it is defined at a toplevel and
  774. has some sort of label defining a parent. The parent return will
  775. be a string.
  776. The default behavior, if not overridden with
  777. `tag-member-parent' gets the 'parent extra
  778. specifier of TAG.
  779. If this function is overridden, use
  780. `semantic-tag-external-member-parent-default' to also
  781. include the default behavior, and merely extend your own.
  782. \(fn TAG)" nil nil)
  783. ;;;***
  784. ;;;### (autoloads (semantic-symref-find-text semantic-symref-find-file-references-by-name
  785. ;;;;;; semantic-symref-find-tags-by-completion semantic-symref-find-tags-by-regexp
  786. ;;;;;; semantic-symref-find-tags-by-name semantic-symref-find-references-by-name)
  787. ;;;;;; "semantic/symref" "symref.el" "9858a90982446ebf453efe8dc93433bd")
  788. ;;; Generated autoloads from symref.el
  789. (autoload 'semantic-symref-find-references-by-name "semantic/symref" "\
  790. Find a list of references to NAME in the current project.
  791. Optional SCOPE specifies which file set to search. Defaults to 'project.
  792. Refers to `semantic-symref-tool', to determine the reference tool to use
  793. for the current buffer.
  794. Returns an object of class `semantic-symref-result'.
  795. TOOL-RETURN is an optional symbol, which will be assigned the tool used
  796. to perform the search. This was added for use by a test harness.
  797. \(fn NAME &optional SCOPE TOOL-RETURN)" t nil)
  798. (autoload 'semantic-symref-find-tags-by-name "semantic/symref" "\
  799. Find a list of references to NAME in the current project.
  800. Optional SCOPE specifies which file set to search. Defaults to 'project.
  801. Refers to `semantic-symref-tool', to determine the reference tool to use
  802. for the current buffer.
  803. Returns an object of class `semantic-symref-result'.
  804. \(fn NAME &optional SCOPE)" t nil)
  805. (autoload 'semantic-symref-find-tags-by-regexp "semantic/symref" "\
  806. Find a list of references to NAME in the current project.
  807. Optional SCOPE specifies which file set to search. Defaults to 'project.
  808. Refers to `semantic-symref-tool', to determine the reference tool to use
  809. for the current buffer.
  810. Returns an object of class `semantic-symref-result'.
  811. \(fn NAME &optional SCOPE)" t nil)
  812. (autoload 'semantic-symref-find-tags-by-completion "semantic/symref" "\
  813. Find a list of references to NAME in the current project.
  814. Optional SCOPE specifies which file set to search. Defaults to 'project.
  815. Refers to `semantic-symref-tool', to determine the reference tool to use
  816. for the current buffer.
  817. Returns an object of class `semantic-symref-result'.
  818. \(fn NAME &optional SCOPE)" t nil)
  819. (autoload 'semantic-symref-find-file-references-by-name "semantic/symref" "\
  820. Find a list of references to NAME in the current project.
  821. Optional SCOPE specifies which file set to search. Defaults to 'project.
  822. Refers to `semantic-symref-tool', to determine the reference tool to use
  823. for the current buffer.
  824. Returns an object of class `semantic-symref-result'.
  825. \(fn NAME &optional SCOPE)" t nil)
  826. (autoload 'semantic-symref-find-text "semantic/symref" "\
  827. Find a list of occurrences of TEXT in the current project.
  828. TEXT is a regexp formatted for use with egrep.
  829. Optional SCOPE specifies which file set to search. Defaults to 'project.
  830. Refers to `semantic-symref-tool', to determine the reference tool to use
  831. for the current buffer.
  832. Returns an object of class `semantic-symref-result'.
  833. \(fn TEXT &optional SCOPE)" t nil)
  834. ;;;***
  835. ;;;### (autoloads (semantic-symref-tool-cscope) "semantic/symref/cscope"
  836. ;;;;;; "symref/cscope.el" "9179b51caddc455e552ca3b4049c75e7")
  837. ;;; Generated autoloads from symref/cscope.el
  838. (eieio-defclass-autoload 'semantic-symref-tool-cscope '(semantic-symref-tool-baseclass) "semantic/symref/cscope" "A symref tool implementation using CScope.\nThe CScope command can be used to generate lists of tags in a way\nsimilar to that of `grep'. This tool will parse the output to generate\nthe hit list.\n\nSee the function `cedet-cscope-search' for more details.")
  839. ;;;***
  840. ;;;### (autoloads (semantic-symref-tool-global) "semantic/symref/global"
  841. ;;;;;; "symref/global.el" "a308c79f18c1d0dfbc9baa77fe76759d")
  842. ;;; Generated autoloads from symref/global.el
  843. (eieio-defclass-autoload 'semantic-symref-tool-global '(semantic-symref-tool-baseclass) "semantic/symref/global" "A symref tool implementation using GNU Global.\nThe GNU Global command can be used to generate lists of tags in a way\nsimilar to that of `grep'. This tool will parse the output to generate\nthe hit list.\n\nSee the function `cedet-gnu-global-search' for more details.")
  844. ;;;***
  845. ;;;### (autoloads (semantic-symref-tool-grep) "semantic/symref/grep"
  846. ;;;;;; "symref/grep.el" "2aa0d716bbb2ee9dd35d9f085696c7ef")
  847. ;;; Generated autoloads from symref/grep.el
  848. (eieio-defclass-autoload 'semantic-symref-tool-grep '(semantic-symref-tool-baseclass) "semantic/symref/grep" "A symref tool implementation using grep.\nThis tool uses EDE to find he root of the project, then executes\nfind-grep in the project. The output is parsed for hits\nand those hits returned.")
  849. ;;;***
  850. ;;;### (autoloads (semantic-symref-tool-idutils) "semantic/symref/idutils"
  851. ;;;;;; "symref/idutils.el" "27df7fe8398baa5be16da1afd6b2a1a1")
  852. ;;; Generated autoloads from symref/idutils.el
  853. (eieio-defclass-autoload 'semantic-symref-tool-idutils '(semantic-symref-tool-baseclass) "semantic/symref/idutils" "A symref tool implementation using ID Utils.\nThe udutils command set can be used to generate lists of tags in a way\nsimilar to that of `grep'. This tool will parse the output to generate\nthe hit list.\n\nSee the function `cedet-idutils-search' for more details.")
  854. ;;;***
  855. ;;;### (autoloads (semantic-symref-regexp semantic-symref-symbol
  856. ;;;;;; semantic-symref) "semantic/symref/list" "symref/list.el"
  857. ;;;;;; "f0dd2ac748a5fb2357e095106765daf5")
  858. ;;; Generated autoloads from symref/list.el
  859. (autoload 'semantic-symref "semantic/symref/list" "\
  860. Find references to the current tag.
  861. This command uses the currently configured references tool within the
  862. current project to find references to the current tag. The
  863. references are organized by file and the name of the function
  864. they are used in.
  865. Display the references in `semantic-symref-results-mode'.
  866. \(fn)" t nil)
  867. (autoload 'semantic-symref-symbol "semantic/symref/list" "\
  868. Find references to the symbol SYM.
  869. This command uses the currently configured references tool within the
  870. current project to find references to the input SYM. The
  871. references are organized by file and the name of the function
  872. they are used in.
  873. Display the references in `semantic-symref-results-mode'.
  874. \(fn SYM)" t nil)
  875. (autoload 'semantic-symref-regexp "semantic/symref/list" "\
  876. Find references to the a symbol regexp SYM.
  877. This command uses the currently configured references tool within the
  878. current project to find references to the input SYM. The
  879. references are the organized by file and the name of the function
  880. they are used in.
  881. Display the references in`semantic-symref-results-mode'.
  882. \(fn SYM)" t nil)
  883. ;;;***
  884. ;;;### (autoloads (semantic-tag-components) "semantic/tag" "tag.el"
  885. ;;;;;; "fecc60da3a405011dbd962c120ce2015")
  886. ;;; Generated autoloads from tag.el
  887. (autoload 'semantic-tag-components "semantic/tag" "\
  888. Return a list of components for TAG.
  889. A Component is a part of TAG which itself may be a TAG.
  890. Examples include the elements of a structure in a
  891. tag of class `type, or the list of arguments to a
  892. tag of class 'function.
  893. \(fn TAG)" nil nil)
  894. ;;;***
  895. ;;;### (autoloads (semantic-dependency-tag-file semantic-go-to-tag)
  896. ;;;;;; "semantic/tag-file" "tag-file.el" "f5b73f3371821965d06b170a22846dff")
  897. ;;; Generated autoloads from tag-file.el
  898. (autoload 'semantic-go-to-tag "semantic/tag-file" "\
  899. Go to the location of TAG.
  900. TAG may be a stripped element, in which case PARENT specifies a
  901. parent tag that has position information.
  902. PARENT can also be a `semanticdb-table' object.
  903. \(fn TAG &optional PARENT)" nil nil)
  904. (autoload 'semantic-dependency-tag-file "semantic/tag-file" "\
  905. Find the filename represented from TAG.
  906. Depends on `semantic-dependency-include-path' for searching. Always searches
  907. `.' first, then searches additional paths.
  908. \(fn &optional TAG)" nil nil)
  909. ;;;***
  910. ;;;### (autoloads (semantic-tag-prototype-p) "semantic/tag-ls" "tag-ls.el"
  911. ;;;;;; "053280e4269b22a5a2e610e6868c3bf2")
  912. ;;; Generated autoloads from tag-ls.el
  913. (autoload 'semantic-tag-prototype-p "semantic/tag-ls" "\
  914. Return non nil if TAG is a prototype.
  915. For some languages, such as C, a prototype is a declaration of
  916. something without an implementation.
  917. \(fn TAG)" nil nil)
  918. ;;;***
  919. ;;;### (autoloads (semantic-tag-write-list-slot-value) "semantic/tag-write"
  920. ;;;;;; "tag-write.el" "6f5d1fdd992a13afa997f9afbb0caa7d")
  921. ;;; Generated autoloads from tag-write.el
  922. (autoload 'semantic-tag-write-list-slot-value "semantic/tag-write" "\
  923. Write out the VALUE of a slot for EIEIO.
  924. The VALUE is a list of tags.
  925. \(fn VALUE)" nil nil)
  926. ;;;***
  927. ;;;### (autoloads (semantic-highlight-func-mode global-semantic-highlight-func-mode
  928. ;;;;;; semantic-stickyfunc-mode global-semantic-stickyfunc-mode
  929. ;;;;;; semantic-show-parser-state-mode global-semantic-show-parser-state-mode
  930. ;;;;;; semantic-show-unmatched-syntax-mode global-semantic-show-unmatched-syntax-mode
  931. ;;;;;; semantic-highlight-edits-mode global-semantic-highlight-edits-mode)
  932. ;;;;;; "semantic/util-modes" "util-modes.el" "f522e99d4d7ea74fe6717093ac878067")
  933. ;;; Generated autoloads from util-modes.el
  934. (defvar global-semantic-highlight-edits-mode nil "\
  935. Non-nil if Global-Semantic-Highlight-Edits mode is enabled.
  936. See the command `global-semantic-highlight-edits-mode' for a description of this minor mode.
  937. Setting this variable directly does not take effect;
  938. either customize it (see the info node `Easy Customization')
  939. or call the function `global-semantic-highlight-edits-mode'.")
  940. (custom-autoload 'global-semantic-highlight-edits-mode "semantic/util-modes" nil)
  941. (autoload 'global-semantic-highlight-edits-mode "semantic/util-modes" "\
  942. Toggle global use of option `semantic-highlight-edits-mode'.
  943. If ARG is positive or nil, enable, if it is negative, disable.
  944. \(fn &optional ARG)" t nil)
  945. (autoload 'semantic-highlight-edits-mode "semantic/util-modes" "\
  946. Minor mode for highlighting changes made in a buffer.
  947. Changes are tracked by semantic so that the incremental parser can work
  948. properly.
  949. This mode will highlight those changes as they are made, and clear them
  950. when the incremental parser accounts for those edits.
  951. With prefix argument ARG, turn on if positive, otherwise off. The
  952. minor mode can be turned on only if semantic feature is available and
  953. the current buffer was set up for parsing. Return non-nil if the
  954. minor mode is enabled.
  955. \(fn &optional ARG)" t nil)
  956. (defvar global-semantic-show-unmatched-syntax-mode nil "\
  957. Non-nil if Global-Semantic-Show-Unmatched-Syntax mode is enabled.
  958. See the command `global-semantic-show-unmatched-syntax-mode' for a description of this minor mode.
  959. Setting this variable directly does not take effect;
  960. either customize it (see the info node `Easy Customization')
  961. or call the function `global-semantic-show-unmatched-syntax-mode'.")
  962. (custom-autoload 'global-semantic-show-unmatched-syntax-mode "semantic/util-modes" nil)
  963. (autoload 'global-semantic-show-unmatched-syntax-mode "semantic/util-modes" "\
  964. Toggle global use of option `semantic-show-unmatched-syntax-mode'.
  965. If ARG is positive or nil, enable, if it is negative, disable.
  966. \(fn &optional ARG)" t nil)
  967. (autoload 'semantic-show-unmatched-syntax-mode "semantic/util-modes" "\
  968. Minor mode to highlight unmatched lexical syntax tokens.
  969. When a parser executes, some elements in the buffer may not match any
  970. parser rules. These text characters are considered unmatched syntax.
  971. Often time, the display of unmatched syntax can expose coding
  972. problems before the compiler is run.
  973. With prefix argument ARG, turn on if positive, otherwise off. The
  974. minor mode can be turned on only if semantic feature is available and
  975. the current buffer was set up for parsing. Return non-nil if the
  976. minor mode is enabled.
  977. \\{semantic-show-unmatched-syntax-mode-map}
  978. \(fn &optional ARG)" t nil)
  979. (defvar global-semantic-show-parser-state-mode nil "\
  980. Non-nil if Global-Semantic-Show-Parser-State mode is enabled.
  981. See the command `global-semantic-show-parser-state-mode' for a description of this minor mode.
  982. Setting this variable directly does not take effect;
  983. either customize it (see the info node `Easy Customization')
  984. or call the function `global-semantic-show-parser-state-mode'.")
  985. (custom-autoload 'global-semantic-show-parser-state-mode "semantic/util-modes" nil)
  986. (autoload 'global-semantic-show-parser-state-mode "semantic/util-modes" "\
  987. Toggle global use of option `semantic-show-parser-state-mode'.
  988. If ARG is positive or nil, enable, if it is negative, disable.
  989. \(fn &optional ARG)" t nil)
  990. (autoload 'semantic-show-parser-state-mode "semantic/util-modes" "\
  991. Minor mode for displaying parser cache state in the modeline.
  992. The cache can be in one of three states. They are
  993. Up to date, Partial reparse needed, and Full reparse needed.
  994. The state is indicated in the modeline with the following characters:
  995. `-' -> The cache is up to date.
  996. `!' -> The cache requires a full update.
  997. `~' -> The cache needs to be incrementally parsed.
  998. `%' -> The cache is not currently parsable.
  999. `@' -> Auto-parse in progress (not set here.)
  1000. With prefix argument ARG, turn on if positive, otherwise off. The
  1001. minor mode can be turned on only if semantic feature is available and
  1002. the current buffer was set up for parsing. Return non-nil if the
  1003. minor mode is enabled.
  1004. \(fn &optional ARG)" t nil)
  1005. (defvar global-semantic-stickyfunc-mode nil "\
  1006. Non-nil if Global-Semantic-Stickyfunc mode is enabled.
  1007. See the command `global-semantic-stickyfunc-mode' for a description of this minor mode.
  1008. Setting this variable directly does not take effect;
  1009. either customize it (see the info node `Easy Customization')
  1010. or call the function `global-semantic-stickyfunc-mode'.")
  1011. (custom-autoload 'global-semantic-stickyfunc-mode "semantic/util-modes" nil)
  1012. (autoload 'global-semantic-stickyfunc-mode "semantic/util-modes" "\
  1013. Toggle global use of option `semantic-stickyfunc-mode'.
  1014. If ARG is positive or nil, enable, if it is negative, disable.
  1015. \(fn &optional ARG)" t nil)
  1016. (autoload 'semantic-stickyfunc-mode "semantic/util-modes" "\
  1017. Minor mode to show the title of a tag in the header line.
  1018. Enables/disables making the header line of functions sticky.
  1019. A function (or other tag class specified by
  1020. `semantic-stickyfunc-sticky-classes') has a header line, meaning the
  1021. first line which describes the rest of the construct. This first
  1022. line is what is displayed in the header line.
  1023. With prefix argument ARG, turn on if positive, otherwise off. The
  1024. minor mode can be turned on only if semantic feature is available and
  1025. the current buffer was set up for parsing. Return non-nil if the
  1026. minor mode is enabled.
  1027. \(fn &optional ARG)" t nil)
  1028. (defvar global-semantic-highlight-func-mode nil "\
  1029. Non-nil if Global-Semantic-Highlight-Func mode is enabled.
  1030. See the command `global-semantic-highlight-func-mode' for a description of this minor mode.
  1031. Setting this variable directly does not take effect;
  1032. either customize it (see the info node `Easy Customization')
  1033. or call the function `global-semantic-highlight-func-mode'.")
  1034. (custom-autoload 'global-semantic-highlight-func-mode "semantic/util-modes" nil)
  1035. (autoload 'global-semantic-highlight-func-mode "semantic/util-modes" "\
  1036. Toggle global use of option `semantic-highlight-func-mode'.
  1037. If ARG is positive or nil, enable, if it is negative, disable.
  1038. \(fn &optional ARG)" t nil)
  1039. (autoload 'semantic-highlight-func-mode "semantic/util-modes" "\
  1040. Minor mode to highlight the first line of the current tag.
  1041. Enables/disables making the current function's first line light up.
  1042. A function (or other tag class specified by
  1043. `semantic-stickyfunc-sticky-classes') is highlighted, meaning the
  1044. first line which describes the rest of the construct.
  1045. See `semantic-stickyfunc-mode' for putting a function in the
  1046. header line. This mode recycles the stickyfunc configuration
  1047. classes list.
  1048. With prefix argument ARG, turn on if positive, otherwise off. The
  1049. minor mode can be turned on only if semantic feature is available and
  1050. the current buffer was set up for parsing. Return non-nil if the
  1051. minor mode is enabled.
  1052. \(fn &optional ARG)" t nil)
  1053. ;;;***
  1054. ;;;### (autoloads (wisent-java-default-setup) "semantic/wisent/java-tags"
  1055. ;;;;;; "wisent/java-tags.el" "8841d3fbb1f9f37c74236aab2cf78a35")
  1056. ;;; Generated autoloads from wisent/java-tags.el
  1057. (autoload 'wisent-java-default-setup "semantic/wisent/java-tags" "\
  1058. Hook run to setup Semantic in `java-mode'.
  1059. Use the alternate LALR(1) parser.
  1060. \(fn)" nil nil)
  1061. ;;;***
  1062. ;;;### (autoloads (wisent-javascript-setup-parser) "semantic/wisent/javascript"
  1063. ;;;;;; "wisent/javascript.el" "7c79634b37023230deb56b8644f71dfb")
  1064. ;;; Generated autoloads from wisent/javascript.el
  1065. (autoload 'wisent-javascript-setup-parser "semantic/wisent/javascript" "\
  1066. Setup buffer for parse.
  1067. \(fn)" nil nil)
  1068. ;;;***
  1069. ;;;### (autoloads (wisent-python-default-setup) "semantic/wisent/python"
  1070. ;;;;;; "wisent/python.el" "a07aea2208831cc70c6321b00f7062c2")
  1071. ;;; Generated autoloads from wisent/python.el
  1072. (autoload 'wisent-python-default-setup "semantic/wisent/python" "\
  1073. Setup buffer for parse.
  1074. \(fn)" nil nil)
  1075. (add-hook 'python-mode-hook 'wisent-python-default-setup)
  1076. ;;;***
  1077. (provide 'loaddefs)
  1078. ;; Local Variables:
  1079. ;; version-control: never
  1080. ;; no-byte-compile: t
  1081. ;; no-update-autoloads: t
  1082. ;; coding: utf-8
  1083. ;; End:
  1084. ;;; loaddefs.el ends here