blob: 68c0ad5c2723647aeae6f751b30dc8483a29d510 [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
Douglas Gregore081a612011-07-21 01:05:26 +00007clang_codeCompleteGetContainerKind
8clang_codeCompleteGetContainerUSR
Douglas Gregor3da626b2011-07-07 16:03:39 +00009clang_codeCompleteGetContexts
Ted Kremenek9503dce2011-09-20 19:02:45 +000010clang_codeCompleteGetDiagnostic
11clang_codeCompleteGetNumDiagnostics
Douglas Gregor0a47d692011-07-26 15:24:30 +000012clang_codeCompleteGetObjCSelector
Dan Gohmane42e9872010-04-16 04:45:02 +000013clang_constructUSR_ObjCCategory
14clang_constructUSR_ObjCClass
15clang_constructUSR_ObjCIvar
16clang_constructUSR_ObjCMethod
17clang_constructUSR_ObjCProperty
18clang_constructUSR_ObjCProtocol
Ted Kremenekeca099b2010-12-08 23:43:14 +000019clang_createCXCursorSet
Dan Gohmane42e9872010-04-16 04:45:02 +000020clang_createIndex
21clang_createTranslationUnit
22clang_createTranslationUnitFromSourceFile
Argyrios Kyrtzidisb0d6eaa2011-09-27 00:30:30 +000023clang_Cursor_getTranslationUnit
Argyrios Kyrtzidisfa865df2011-09-27 04:14:36 +000024clang_Cursor_isNull
Douglas Gregorcee235c2010-08-05 09:09:23 +000025clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000026clang_defaultDiagnosticDisplayOptions
Ted Kremenek95f33552010-08-26 01:42:22 +000027clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000028clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000029clang_defaultSaveOptions
Ted Kremenekeca099b2010-12-08 23:43:14 +000030clang_disposeCXCursorSet
Ted Kremenekf7870022011-04-20 16:41:07 +000031clang_disposeCXTUResourceUsage
Dan Gohmane42e9872010-04-16 04:45:02 +000032clang_disposeCodeCompleteResults
33clang_disposeDiagnostic
34clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000035clang_disposeOverriddenCursors
Dan Gohmane42e9872010-04-16 04:45:02 +000036clang_disposeString
37clang_disposeTokens
38clang_disposeTranslationUnit
39clang_enableStackTraces
40clang_equalCursors
41clang_equalLocations
Douglas Gregorab4e83b2011-07-23 19:35:14 +000042clang_equalRanges
Ted Kremenek8e0ac172010-05-14 21:29:26 +000043clang_equalTypes
Ted Kremenekeca099b2010-12-08 23:43:14 +000044clang_executeOnThread
Argyrios Kyrtzidisaed123e2011-10-06 07:00:54 +000045clang_findReferencesInFile
46clang_findReferencesInFileWithBlock
Dan Gohmane42e9872010-04-16 04:45:02 +000047clang_formatDiagnostic
Argyrios Kyrtzidis5f0bfc52011-09-27 17:44:34 +000048clang_getArrayElementType
49clang_getArraySize
Dan Gohmane42e9872010-04-16 04:45:02 +000050clang_getCString
Ted Kremenekf7870022011-04-20 16:41:07 +000051clang_getCXTUResourceUsage
Ted Kremenek3064ef92010-08-27 21:34:58 +000052clang_getCXXAccessSpecifier
Douglas Gregor1a9d0502010-11-19 23:44:15 +000053clang_getCanonicalCursor
Ted Kremenek9ada39a2010-05-17 20:06:56 +000054clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000055clang_getClangVersion
Douglas Gregor58ddb602010-08-23 23:00:57 +000056clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000057clang_getCompletionChunkCompletionString
58clang_getCompletionChunkKind
59clang_getCompletionChunkText
Douglas Gregor12e13132010-05-26 22:00:08 +000060clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000061clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000062clang_getCursorAvailability
Douglas Gregor8fa0a802011-08-04 20:04:59 +000063clang_getCursorCompletionString
Dan Gohmane42e9872010-04-16 04:45:02 +000064clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +000065clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +000066clang_getCursorExtent
67clang_getCursorKind
68clang_getCursorKindSpelling
69clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000070clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000071clang_getCursorLinkage
72clang_getCursorLocation
Ted Kremenek9503dce2011-09-20 19:02:45 +000073clang_getCursorReferenceNameRange
Dan Gohmane42e9872010-04-16 04:45:02 +000074clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000075clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000076clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +000077clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000078clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000079clang_getCursorUSR
David Chisnall5389f482010-12-30 14:05:53 +000080clang_getDeclObjCTypeEncoding
Dan Gohmane42e9872010-04-16 04:45:02 +000081clang_getDefinitionSpellingAndExtent
82clang_getDiagnostic
Douglas Gregoraa5f1352010-11-19 16:18:16 +000083clang_getDiagnosticCategory
84clang_getDiagnosticCategoryName
Dan Gohmane42e9872010-04-16 04:45:02 +000085clang_getDiagnosticFixIt
86clang_getDiagnosticLocation
87clang_getDiagnosticNumFixIts
88clang_getDiagnosticNumRanges
Douglas Gregoraa5f1352010-11-19 16:18:16 +000089clang_getDiagnosticOption
Dan Gohmane42e9872010-04-16 04:45:02 +000090clang_getDiagnosticRange
91clang_getDiagnosticSeverity
92clang_getDiagnosticSpelling
93clang_getFile
94clang_getFileName
95clang_getFileTime
Ted Kremenek95f33552010-08-26 01:42:22 +000096clang_getIBOutletCollectionType
Douglas Gregorecdcb882010-10-20 22:00:55 +000097clang_getIncludedFile
Dan Gohmane42e9872010-04-16 04:45:02 +000098clang_getInclusions
99clang_getInstantiationLocation
100clang_getLocation
David Chisnall83889a72010-10-15 17:07:39 +0000101clang_getLocationForOffset
Dan Gohmane42e9872010-04-16 04:45:02 +0000102clang_getNullCursor
103clang_getNullLocation
104clang_getNullRange
105clang_getNumCompletionChunks
106clang_getNumDiagnostics
Douglas Gregor1f60d9e2010-09-13 22:52:57 +0000107clang_getNumOverloadedDecls
108clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +0000109clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000110clang_getPointeeType
Argyrios Kyrtzidise6be34d2011-09-13 21:49:08 +0000111clang_getPresumedLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000112clang_getRange
113clang_getRangeEnd
114clang_getRangeStart
Ted Kremenek9503dce2011-09-20 19:02:45 +0000115clang_getRemappings
Ted Kremenek04c3cf32010-06-21 20:15:39 +0000116clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +0000117clang_getSpecializedCursorTemplate
Douglas Gregora9b06d42010-11-09 06:24:54 +0000118clang_getSpellingLocation
Ted Kremenekf7870022011-04-20 16:41:07 +0000119clang_getTUResourceUsageName
Douglas Gregor49f6f542010-08-31 22:12:17 +0000120clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +0000121clang_getTokenExtent
122clang_getTokenKind
123clang_getTokenLocation
124clang_getTokenSpelling
125clang_getTranslationUnitCursor
126clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000127clang_getTypeDeclaration
128clang_getTypeKindSpelling
Douglas Gregor9ce55842010-11-20 00:09:34 +0000129clang_hashCursor
Douglas Gregor8be80e12011-07-06 03:00:34 +0000130clang_isAttribute
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000131clang_isConstQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000132clang_isCursorDefinition
133clang_isDeclaration
134clang_isExpression
Douglas Gregordd3e5542011-05-04 00:14:37 +0000135clang_isFileMultipleIncludeGuarded
Dan Gohmane42e9872010-04-16 04:45:02 +0000136clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000137clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000138clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000139clang_isReference
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000140clang_isRestrictQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000141clang_isStatement
142clang_isTranslationUnit
143clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000144clang_isVirtualBase
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000145clang_isVolatileQualifiedType
Douglas Gregor5a430212010-07-21 18:52:53 +0000146clang_parseTranslationUnit
Argyrios Kyrtzidisde5db642011-09-28 18:14:21 +0000147clang_Range_isNull
Ted Kremenek9503dce2011-09-20 19:02:45 +0000148clang_remap_dispose
149clang_remap_getFilenames
150clang_remap_getNumFiles
Douglas Gregorabc563f2010-07-19 21:46:24 +0000151clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000152clang_saveTranslationUnit
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000153clang_sortCodeCompletionResults
Ted Kremenekd2427dd2011-03-18 23:05:39 +0000154clang_toggleCrashRecovery
Dan Gohmane42e9872010-04-16 04:45:02 +0000155clang_tokenize
156clang_visitChildren
David Chisnall3387c652010-11-03 14:12:26 +0000157clang_visitChildrenWithBlock