libclang-generic.exports 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. clang_BlockCommandComment_getArgText
  2. clang_BlockCommandComment_getCommandName
  3. clang_BlockCommandComment_getNumArgs
  4. clang_BlockCommandComment_getParagraph
  5. clang_CXCursorSet_contains
  6. clang_CXCursorSet_insert
  7. clang_CXIndex_getGlobalOptions
  8. clang_CXIndex_setGlobalOptions
  9. clang_CXIndex_setInvocationEmissionPathOption
  10. clang_CXRewriter_create
  11. clang_CXRewriter_dispose
  12. clang_CXRewriter_insertTextBefore
  13. clang_CXRewriter_overwriteChangedFiles
  14. clang_CXRewriter_removeText
  15. clang_CXRewriter_replaceText
  16. clang_CXRewriter_writeMainFileToStdOut
  17. clang_CXXConstructor_isConvertingConstructor
  18. clang_CXXConstructor_isCopyConstructor
  19. clang_CXXConstructor_isDefaultConstructor
  20. clang_CXXConstructor_isMoveConstructor
  21. clang_CXXField_isMutable
  22. clang_CXXMethod_isConst
  23. clang_CXXMethod_isDefaulted
  24. clang_CXXMethod_isPureVirtual
  25. clang_CXXMethod_isStatic
  26. clang_CXXMethod_isVirtual
  27. clang_CXXRecord_isAbstract
  28. clang_Comment_getChild
  29. clang_Comment_getKind
  30. clang_Comment_getNumChildren
  31. clang_Comment_isWhitespace
  32. clang_CompilationDatabase_dispose
  33. clang_CompilationDatabase_fromDirectory
  34. clang_CompilationDatabase_getAllCompileCommands
  35. clang_CompilationDatabase_getCompileCommands
  36. clang_CompileCommand_getArg
  37. clang_CompileCommand_getDirectory
  38. clang_CompileCommand_getFilename
  39. clang_CompileCommand_getMappedSourceContent
  40. clang_CompileCommand_getMappedSourcePath
  41. clang_CompileCommand_getNumArgs
  42. clang_CompileCommand_getNumMappedSources
  43. clang_CompileCommands_dispose
  44. clang_CompileCommands_getCommand
  45. clang_CompileCommands_getSize
  46. clang_Cursor_Evaluate
  47. clang_Cursor_getArgument
  48. clang_Cursor_getBriefCommentText
  49. clang_Cursor_getCXXManglings
  50. clang_Cursor_getCommentRange
  51. clang_Cursor_getMangling
  52. clang_Cursor_getModule
  53. clang_Cursor_getNumArguments
  54. clang_Cursor_getNumTemplateArguments
  55. clang_Cursor_getObjCDeclQualifiers
  56. clang_Cursor_getObjCManglings
  57. clang_Cursor_getObjCPropertyAttributes
  58. clang_Cursor_getObjCPropertyGetterName
  59. clang_Cursor_getObjCPropertySetterName
  60. clang_Cursor_getObjCSelectorIndex
  61. clang_Cursor_getOffsetOfField
  62. clang_Cursor_getParsedComment
  63. clang_Cursor_getRawCommentText
  64. clang_Cursor_getReceiverType
  65. clang_Cursor_getSpellingNameRange
  66. clang_Cursor_getStorageClass
  67. clang_Cursor_getTemplateArgumentKind
  68. clang_Cursor_getTemplateArgumentType
  69. clang_Cursor_getTemplateArgumentUnsignedValue
  70. clang_Cursor_getTemplateArgumentValue
  71. clang_Cursor_getTranslationUnit
  72. clang_Cursor_getVarDeclInitializer
  73. clang_Cursor_hasAttrs
  74. clang_Cursor_hasVarDeclExternalStorage
  75. clang_Cursor_hasVarDeclGlobalStorage
  76. clang_Cursor_isAnonymous
  77. clang_Cursor_isAnonymousRecordDecl
  78. clang_Cursor_isBitField
  79. clang_Cursor_isDynamicCall
  80. clang_Cursor_isExternalSymbol
  81. clang_Cursor_isFunctionInlined
  82. clang_Cursor_isInlineNamespace
  83. clang_Cursor_isMacroBuiltin
  84. clang_Cursor_isMacroFunctionLike
  85. clang_Cursor_isNull
  86. clang_Cursor_isObjCOptional
  87. clang_Cursor_isVariadic
  88. clang_EnumDecl_isScoped
  89. clang_EvalResult_dispose
  90. clang_EvalResult_getAsDouble
  91. clang_EvalResult_getAsInt
  92. clang_EvalResult_getAsLongLong
  93. clang_EvalResult_getAsStr
  94. clang_EvalResult_getAsUnsigned
  95. clang_EvalResult_getKind
  96. clang_EvalResult_isUnsignedInt
  97. clang_File_isEqual
  98. clang_File_tryGetRealPathName
  99. clang_FullComment_getAsHTML
  100. clang_FullComment_getAsXML
  101. clang_HTMLStartTagComment_isSelfClosing
  102. clang_HTMLStartTag_getAttrName
  103. clang_HTMLStartTag_getAttrValue
  104. clang_HTMLStartTag_getNumAttrs
  105. clang_HTMLTagComment_getAsString
  106. clang_HTMLTagComment_getTagName
  107. clang_IndexAction_create
  108. clang_IndexAction_dispose
  109. clang_InlineCommandComment_getArgText
  110. clang_InlineCommandComment_getCommandName
  111. clang_InlineCommandComment_getNumArgs
  112. clang_InlineCommandComment_getRenderKind
  113. clang_InlineContentComment_hasTrailingNewline
  114. clang_Location_isFromMainFile
  115. clang_Location_isInSystemHeader
  116. clang_ModuleMapDescriptor_create
  117. clang_ModuleMapDescriptor_dispose
  118. clang_ModuleMapDescriptor_setFrameworkModuleName
  119. clang_ModuleMapDescriptor_setUmbrellaHeader
  120. clang_ModuleMapDescriptor_writeToBuffer
  121. clang_Module_getASTFile
  122. clang_Module_getFullName
  123. clang_Module_getName
  124. clang_Module_getNumTopLevelHeaders
  125. clang_Module_getParent
  126. clang_Module_getTopLevelHeader
  127. clang_Module_isSystem
  128. clang_ParamCommandComment_getDirection
  129. clang_ParamCommandComment_getParamIndex
  130. clang_ParamCommandComment_getParamName
  131. clang_ParamCommandComment_isDirectionExplicit
  132. clang_ParamCommandComment_isParamIndexValid
  133. clang_PrintingPolicy_dispose
  134. clang_PrintingPolicy_getProperty
  135. clang_PrintingPolicy_setProperty
  136. clang_Range_isNull
  137. clang_TParamCommandComment_getDepth
  138. clang_TParamCommandComment_getIndex
  139. clang_TParamCommandComment_getParamName
  140. clang_TParamCommandComment_isParamPositionValid
  141. clang_TargetInfo_dispose
  142. clang_TargetInfo_getPointerWidth
  143. clang_TargetInfo_getTriple
  144. clang_TextComment_getText
  145. clang_Type_getAlignOf
  146. clang_Type_getCXXRefQualifier
  147. clang_Type_getClassType
  148. clang_Type_getModifiedType
  149. clang_Type_getNamedType
  150. clang_Type_getNullability
  151. clang_Type_getNumObjCProtocolRefs
  152. clang_Type_getNumObjCTypeArgs
  153. clang_Type_getNumTemplateArguments
  154. clang_Type_getObjCEncoding
  155. clang_Type_getObjCObjectBaseType
  156. clang_Type_getObjCProtocolDecl
  157. clang_Type_getObjCTypeArg
  158. clang_Type_getOffsetOf
  159. clang_Type_getSizeOf
  160. clang_Type_getTemplateArgumentAsType
  161. clang_Type_getValueType
  162. clang_Type_isTransparentTagTypedef
  163. clang_Type_visitFields
  164. clang_VerbatimBlockLineComment_getText
  165. clang_VerbatimLineComment_getText
  166. clang_VirtualFileOverlay_addFileMapping
  167. clang_VirtualFileOverlay_create
  168. clang_VirtualFileOverlay_dispose
  169. clang_VirtualFileOverlay_setCaseSensitivity
  170. clang_VirtualFileOverlay_writeToBuffer
  171. clang_annotateTokens
  172. clang_codeCompleteAt
  173. clang_codeCompleteGetContainerKind
  174. clang_codeCompleteGetContainerUSR
  175. clang_codeCompleteGetContexts
  176. clang_codeCompleteGetDiagnostic
  177. clang_codeCompleteGetNumDiagnostics
  178. clang_codeCompleteGetObjCSelector
  179. clang_constructUSR_ObjCCategory
  180. clang_constructUSR_ObjCClass
  181. clang_constructUSR_ObjCIvar
  182. clang_constructUSR_ObjCMethod
  183. clang_constructUSR_ObjCProperty
  184. clang_constructUSR_ObjCProtocol
  185. clang_createCXCursorSet
  186. clang_createIndex
  187. clang_createTranslationUnit
  188. clang_createTranslationUnit2
  189. clang_createTranslationUnitFromSourceFile
  190. clang_defaultCodeCompleteOptions
  191. clang_defaultDiagnosticDisplayOptions
  192. clang_defaultEditingTranslationUnitOptions
  193. clang_defaultReparseOptions
  194. clang_defaultSaveOptions
  195. clang_disposeCXCursorSet
  196. clang_disposeCXPlatformAvailability
  197. clang_disposeCXTUResourceUsage
  198. clang_disposeCodeCompleteResults
  199. clang_disposeDiagnostic
  200. clang_disposeDiagnosticSet
  201. clang_disposeIndex
  202. clang_disposeOverriddenCursors
  203. clang_disposeSourceRangeList
  204. clang_disposeString
  205. clang_disposeStringSet
  206. clang_disposeTokens
  207. clang_disposeTranslationUnit
  208. clang_enableStackTraces
  209. clang_equalCursors
  210. clang_equalLocations
  211. clang_equalRanges
  212. clang_equalTypes
  213. clang_executeOnThread
  214. clang_findIncludesInFile
  215. clang_findIncludesInFileWithBlock
  216. clang_findReferencesInFile
  217. clang_findReferencesInFileWithBlock
  218. clang_formatDiagnostic
  219. clang_free
  220. clang_getAddressSpace
  221. clang_getAllSkippedRanges
  222. clang_getArgType
  223. clang_getArrayElementType
  224. clang_getArraySize
  225. clang_getBuildSessionTimestamp
  226. clang_getCString
  227. clang_getCXTUResourceUsage
  228. clang_getCXXAccessSpecifier
  229. clang_getCanonicalCursor
  230. clang_getCanonicalType
  231. clang_getChildDiagnostics
  232. clang_getClangVersion
  233. clang_getCompletionAnnotation
  234. clang_getCompletionAvailability
  235. clang_getCompletionBriefComment
  236. clang_getCompletionChunkCompletionString
  237. clang_getCompletionChunkKind
  238. clang_getCompletionChunkText
  239. clang_getCompletionFixIt
  240. clang_getCompletionNumAnnotations
  241. clang_getCompletionNumFixIts
  242. clang_getCompletionParent
  243. clang_getCompletionPriority
  244. clang_getCursor
  245. clang_getCursorAvailability
  246. clang_getCursorCompletionString
  247. clang_getCursorDefinition
  248. clang_getCursorDisplayName
  249. clang_getCursorExceptionSpecificationType
  250. clang_getCursorExtent
  251. clang_getCursorKind
  252. clang_getCursorKindSpelling
  253. clang_getCursorLanguage
  254. clang_getCursorLexicalParent
  255. clang_getCursorLinkage
  256. clang_getCursorLocation
  257. clang_getCursorPlatformAvailability
  258. clang_getCursorPrettyPrinted
  259. clang_getCursorPrintingPolicy
  260. clang_getCursorReferenceNameRange
  261. clang_getCursorReferenced
  262. clang_getCursorResultType
  263. clang_getCursorSemanticParent
  264. clang_getCursorSpelling
  265. clang_getCursorTLSKind
  266. clang_getCursorType
  267. clang_getCursorUSR
  268. clang_getCursorVisibility
  269. clang_getDeclObjCTypeEncoding
  270. clang_getDefinitionSpellingAndExtent
  271. clang_getDiagnostic
  272. clang_getDiagnosticCategory
  273. clang_getDiagnosticCategoryName
  274. clang_getDiagnosticCategoryText
  275. clang_getDiagnosticFixIt
  276. clang_getDiagnosticInSet
  277. clang_getDiagnosticLocation
  278. clang_getDiagnosticNumFixIts
  279. clang_getDiagnosticNumRanges
  280. clang_getDiagnosticOption
  281. clang_getDiagnosticRange
  282. clang_getDiagnosticSetFromTU
  283. clang_getDiagnosticSeverity
  284. clang_getDiagnosticSpelling
  285. clang_getElementType
  286. clang_getEnumConstantDeclUnsignedValue
  287. clang_getEnumConstantDeclValue
  288. clang_getEnumDeclIntegerType
  289. clang_getExceptionSpecificationType
  290. clang_getExpansionLocation
  291. clang_getFieldDeclBitWidth
  292. clang_getFile
  293. clang_getFileContents
  294. clang_getFileLocation
  295. clang_getFileName
  296. clang_getFileTime
  297. clang_getFileUniqueID
  298. clang_getFunctionTypeCallingConv
  299. clang_getIBOutletCollectionType
  300. clang_getIncludedFile
  301. clang_getInclusions
  302. clang_getInstantiationLocation
  303. clang_getLocation
  304. clang_getLocationForOffset
  305. clang_getModuleForFile
  306. clang_getNullCursor
  307. clang_getNullLocation
  308. clang_getNullRange
  309. clang_getNumArgTypes
  310. clang_getNumCompletionChunks
  311. clang_getNumDiagnostics
  312. clang_getNumDiagnosticsInSet
  313. clang_getNumElements
  314. clang_getNumOverloadedDecls
  315. clang_getOverloadedDecl
  316. clang_getOverriddenCursors
  317. clang_getPointeeType
  318. clang_getPresumedLocation
  319. clang_getRange
  320. clang_getRangeEnd
  321. clang_getRangeStart
  322. clang_getRemappings
  323. clang_getRemappingsFromFileList
  324. clang_getResultType
  325. clang_getSkippedRanges
  326. clang_getSpecializedCursorTemplate
  327. clang_getSpellingLocation
  328. clang_getTUResourceUsageName
  329. clang_getTemplateCursorKind
  330. clang_getToken
  331. clang_getTokenExtent
  332. clang_getTokenKind
  333. clang_getTokenLocation
  334. clang_getTokenSpelling
  335. clang_getTranslationUnitCursor
  336. clang_getTranslationUnitSpelling
  337. clang_getTranslationUnitTargetInfo
  338. clang_getTypeDeclaration
  339. clang_getTypeKindSpelling
  340. clang_getTypeSpelling
  341. clang_getTypedefDeclUnderlyingType
  342. clang_getTypedefName
  343. clang_hashCursor
  344. clang_indexLoc_getCXSourceLocation
  345. clang_indexLoc_getFileLocation
  346. clang_indexSourceFile
  347. clang_indexSourceFileFullArgv
  348. clang_indexTranslationUnit
  349. clang_index_getCXXClassDeclInfo
  350. clang_index_getClientContainer
  351. clang_index_getClientEntity
  352. clang_index_getIBOutletCollectionAttrInfo
  353. clang_index_getObjCCategoryDeclInfo
  354. clang_index_getObjCContainerDeclInfo
  355. clang_index_getObjCInterfaceDeclInfo
  356. clang_index_getObjCPropertyDeclInfo
  357. clang_index_getObjCProtocolRefListInfo
  358. clang_index_isEntityObjCContainerKind
  359. clang_index_setClientContainer
  360. clang_index_setClientEntity
  361. clang_install_aborting_llvm_fatal_error_handler
  362. clang_isAttribute
  363. clang_isConstQualifiedType
  364. clang_isCursorDefinition
  365. clang_isDeclaration
  366. clang_isExpression
  367. clang_isFileMultipleIncludeGuarded
  368. clang_isFunctionTypeVariadic
  369. clang_isInvalid
  370. clang_isInvalidDeclaration
  371. clang_isPODType
  372. clang_isPreprocessing
  373. clang_isReference
  374. clang_isRestrictQualifiedType
  375. clang_isStatement
  376. clang_isTranslationUnit
  377. clang_isUnexposed
  378. clang_isVirtualBase
  379. clang_isVolatileQualifiedType
  380. clang_loadDiagnostics
  381. clang_parseTranslationUnit
  382. clang_parseTranslationUnit2
  383. clang_parseTranslationUnit2FullArgv
  384. clang_remap_dispose
  385. clang_remap_getFilenames
  386. clang_remap_getNumFiles
  387. clang_reparseTranslationUnit
  388. clang_saveTranslationUnit
  389. clang_sortCodeCompletionResults
  390. clang_suspendTranslationUnit
  391. clang_toggleCrashRecovery
  392. clang_tokenize
  393. clang_uninstall_llvm_fatal_error_handler
  394. clang_visitChildren
  395. clang_visitChildrenWithBlock
  396. clang_getUnqualifiedType
  397. clang_getNonReferenceType
  398. clang_CXXMethod_isDeleted
  399. clang_CXXMethod_isCopyAssignmentOperator
  400. clang_CXXMethod_isMoveAssignmentOperator
  401. clang_createAPISet
  402. clang_disposeAPISet
  403. clang_getSymbolGraphForCursor
  404. clang_getSymbolGraphForUSR