blob: f82c190afeee734ad21b93160b5aa6a7de7c7cb3 [file] [log] [blame]
Ted Kremenekeca099b2010-12-08 23:43:14 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Ted Kremenek9ada39a2010-05-17 20:06:56 +00003clang_CXXMethod_isStatic
Douglas Gregor211924b2011-05-12 15:17:24 +00004clang_CXXMethod_isVirtual
Dan Gohmane42e9872010-04-16 04:45:02 +00005clang_annotateTokens
Douglas Gregor1abc6bc2010-08-04 16:47:14 +00006clang_codeCompleteAt
Dan Gohmane42e9872010-04-16 04:45:02 +00007clang_codeCompleteGetDiagnostic
8clang_codeCompleteGetNumDiagnostics
Douglas Gregore081a612011-07-21 01:05:26 +00009clang_codeCompleteGetContainerKind
10clang_codeCompleteGetContainerUSR
Douglas Gregor3da626b2011-07-07 16:03:39 +000011clang_codeCompleteGetContexts
Dan Gohmane42e9872010-04-16 04:45:02 +000012clang_constructUSR_ObjCCategory
13clang_constructUSR_ObjCClass
14clang_constructUSR_ObjCIvar
15clang_constructUSR_ObjCMethod
16clang_constructUSR_ObjCProperty
17clang_constructUSR_ObjCProtocol
Ted Kremenekeca099b2010-12-08 23:43:14 +000018clang_createCXCursorSet
Dan Gohmane42e9872010-04-16 04:45:02 +000019clang_createIndex
20clang_createTranslationUnit
21clang_createTranslationUnitFromSourceFile
Douglas Gregorcee235c2010-08-05 09:09:23 +000022clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000023clang_defaultDiagnosticDisplayOptions
Ted Kremenek95f33552010-08-26 01:42:22 +000024clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000025clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000026clang_defaultSaveOptions
Ted Kremenekeca099b2010-12-08 23:43:14 +000027clang_disposeCXCursorSet
Ted Kremenekf7870022011-04-20 16:41:07 +000028clang_disposeCXTUResourceUsage
Dan Gohmane42e9872010-04-16 04:45:02 +000029clang_disposeCodeCompleteResults
30clang_disposeDiagnostic
31clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000032clang_disposeOverriddenCursors
Dan Gohmane42e9872010-04-16 04:45:02 +000033clang_disposeString
34clang_disposeTokens
35clang_disposeTranslationUnit
36clang_enableStackTraces
37clang_equalCursors
38clang_equalLocations
Ted Kremenek8e0ac172010-05-14 21:29:26 +000039clang_equalTypes
Ted Kremenekeca099b2010-12-08 23:43:14 +000040clang_executeOnThread
Dan Gohmane42e9872010-04-16 04:45:02 +000041clang_formatDiagnostic
42clang_getCString
Ted Kremenekf7870022011-04-20 16:41:07 +000043clang_getCXTUResourceUsage
Ted Kremenek3064ef92010-08-27 21:34:58 +000044clang_getCXXAccessSpecifier
Douglas Gregor1a9d0502010-11-19 23:44:15 +000045clang_getCanonicalCursor
Ted Kremenek9ada39a2010-05-17 20:06:56 +000046clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000047clang_getClangVersion
Douglas Gregor58ddb602010-08-23 23:00:57 +000048clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000049clang_getCompletionChunkCompletionString
50clang_getCompletionChunkKind
51clang_getCompletionChunkText
Douglas Gregor12e13132010-05-26 22:00:08 +000052clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000053clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000054clang_getCursorAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000055clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +000056clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +000057clang_getCursorExtent
58clang_getCursorKind
59clang_getCursorKindSpelling
60clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000061clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000062clang_getCursorLinkage
63clang_getCursorLocation
64clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000065clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000066clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +000067clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000068clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000069clang_getCursorUSR
David Chisnall5389f482010-12-30 14:05:53 +000070clang_getDeclObjCTypeEncoding
Dan Gohmane42e9872010-04-16 04:45:02 +000071clang_getDefinitionSpellingAndExtent
72clang_getDiagnostic
Douglas Gregoraa5f1352010-11-19 16:18:16 +000073clang_getDiagnosticCategory
74clang_getDiagnosticCategoryName
Dan Gohmane42e9872010-04-16 04:45:02 +000075clang_getDiagnosticFixIt
76clang_getDiagnosticLocation
77clang_getDiagnosticNumFixIts
78clang_getDiagnosticNumRanges
Douglas Gregoraa5f1352010-11-19 16:18:16 +000079clang_getDiagnosticOption
Dan Gohmane42e9872010-04-16 04:45:02 +000080clang_getDiagnosticRange
81clang_getDiagnosticSeverity
82clang_getDiagnosticSpelling
83clang_getFile
84clang_getFileName
85clang_getFileTime
Ted Kremenek95f33552010-08-26 01:42:22 +000086clang_getIBOutletCollectionType
Douglas Gregorecdcb882010-10-20 22:00:55 +000087clang_getIncludedFile
Dan Gohmane42e9872010-04-16 04:45:02 +000088clang_getInclusions
89clang_getInstantiationLocation
90clang_getLocation
David Chisnall83889a72010-10-15 17:07:39 +000091clang_getLocationForOffset
Dan Gohmane42e9872010-04-16 04:45:02 +000092clang_getNullCursor
93clang_getNullLocation
94clang_getNullRange
95clang_getNumCompletionChunks
96clang_getNumDiagnostics
Douglas Gregor1f60d9e2010-09-13 22:52:57 +000097clang_getNumOverloadedDecls
98clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +000099clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000100clang_getPointeeType
Dan Gohmane42e9872010-04-16 04:45:02 +0000101clang_getRange
102clang_getRangeEnd
103clang_getRangeStart
Ted Kremenek04c3cf32010-06-21 20:15:39 +0000104clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +0000105clang_getSpecializedCursorTemplate
Douglas Gregora9b06d42010-11-09 06:24:54 +0000106clang_getSpellingLocation
Ted Kremenekf7870022011-04-20 16:41:07 +0000107clang_getTUResourceUsageName
Douglas Gregor49f6f542010-08-31 22:12:17 +0000108clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +0000109clang_getTokenExtent
110clang_getTokenKind
111clang_getTokenLocation
112clang_getTokenSpelling
113clang_getTranslationUnitCursor
114clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000115clang_getTypeDeclaration
116clang_getTypeKindSpelling
Douglas Gregor9ce55842010-11-20 00:09:34 +0000117clang_hashCursor
Douglas Gregor8be80e12011-07-06 03:00:34 +0000118clang_isAttribute
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000119clang_isConstQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000120clang_isCursorDefinition
121clang_isDeclaration
122clang_isExpression
Douglas Gregordd3e5542011-05-04 00:14:37 +0000123clang_isFileMultipleIncludeGuarded
Dan Gohmane42e9872010-04-16 04:45:02 +0000124clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000125clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000126clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000127clang_isReference
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000128clang_isRestrictQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000129clang_isStatement
130clang_isTranslationUnit
131clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000132clang_isVirtualBase
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000133clang_isVolatileQualifiedType
Douglas Gregor5a430212010-07-21 18:52:53 +0000134clang_parseTranslationUnit
Douglas Gregorabc563f2010-07-19 21:46:24 +0000135clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000136clang_saveTranslationUnit
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000137clang_sortCodeCompletionResults
Ted Kremenekd2427dd2011-03-18 23:05:39 +0000138clang_toggleCrashRecovery
Dan Gohmane42e9872010-04-16 04:45:02 +0000139clang_tokenize
140clang_visitChildren
David Chisnall3387c652010-11-03 14:12:26 +0000141clang_visitChildrenWithBlock
Argyrios Kyrtzidis97c337c2011-07-11 20:15:00 +0000142clang_getRemappings
143clang_remap_getNumFiles
144clang_remap_getFilenames
145clang_remap_dispose