blob: ca9a9d1016dde5ccd7b9c8bbbfda9e88f5b740a4 [file] [log] [blame]
Ted Kremenek9cfe9e62010-05-17 20:06:56 +00001clang_CXXMethod_isStatic
Dan Gohman314ca582010-04-16 04:45:02 +00002clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +00003clang_codeCompleteAt
Dan Gohman314ca582010-04-16 04:45:02 +00004clang_codeCompleteGetDiagnostic
5clang_codeCompleteGetNumDiagnostics
6clang_constructUSR_ObjCCategory
7clang_constructUSR_ObjCClass
8clang_constructUSR_ObjCIvar
9clang_constructUSR_ObjCMethod
10clang_constructUSR_ObjCProperty
11clang_constructUSR_ObjCProtocol
12clang_createIndex
13clang_createTranslationUnit
14clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +000015clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +000016clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +000017clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +000018clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +000019clang_defaultSaveOptions
Dan Gohman314ca582010-04-16 04:45:02 +000020clang_disposeCodeCompleteResults
21clang_disposeDiagnostic
22clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +000023clang_disposeOverriddenCursors
Dan Gohman314ca582010-04-16 04:45:02 +000024clang_disposeString
25clang_disposeTokens
26clang_disposeTranslationUnit
27clang_enableStackTraces
Daniel Dunbar23420652010-11-04 01:26:29 +000028clang_executeOnThread
Dan Gohman314ca582010-04-16 04:45:02 +000029clang_equalCursors
30clang_equalLocations
Ted Kremenek6bca9842010-05-14 21:29:26 +000031clang_equalTypes
Dan Gohman314ca582010-04-16 04:45:02 +000032clang_formatDiagnostic
33clang_getCString
Ted Kremenekae9e2212010-08-27 21:34:58 +000034clang_getCXXAccessSpecifier
Ted Kremenek9cfe9e62010-05-17 20:06:56 +000035clang_getCanonicalType
Dan Gohman314ca582010-04-16 04:45:02 +000036clang_getClangVersion
Douglas Gregorf757a122010-08-23 23:00:57 +000037clang_getCompletionAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000038clang_getCompletionChunkCompletionString
39clang_getCompletionChunkKind
40clang_getCompletionChunkText
Douglas Gregora2db7932010-05-26 22:00:08 +000041clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +000042clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +000043clang_getCursorAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000044clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +000045clang_getCursorDisplayName
Dan Gohman314ca582010-04-16 04:45:02 +000046clang_getCursorExtent
47clang_getCursorKind
48clang_getCursorKindSpelling
49clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +000050clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +000051clang_getCursorLinkage
52clang_getCursorLocation
53clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +000054clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +000055clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +000056clang_getCursorSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +000057clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +000058clang_getCursorUSR
59clang_getDefinitionSpellingAndExtent
60clang_getDiagnostic
Douglas Gregora750e8e2010-11-19 16:18:16 +000061clang_getDiagnosticCategory
62clang_getDiagnosticCategoryName
Dan Gohman314ca582010-04-16 04:45:02 +000063clang_getDiagnosticFixIt
64clang_getDiagnosticLocation
65clang_getDiagnosticNumFixIts
66clang_getDiagnosticNumRanges
Douglas Gregora750e8e2010-11-19 16:18:16 +000067clang_getDiagnosticOption
Dan Gohman314ca582010-04-16 04:45:02 +000068clang_getDiagnosticRange
69clang_getDiagnosticSeverity
70clang_getDiagnosticSpelling
71clang_getFile
72clang_getFileName
73clang_getFileTime
Ted Kremeneka5940822010-08-26 01:42:22 +000074clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +000075clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +000076clang_getInclusions
77clang_getInstantiationLocation
78clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +000079clang_getLocationForOffset
Dan Gohman314ca582010-04-16 04:45:02 +000080clang_getNullCursor
81clang_getNullLocation
82clang_getNullRange
83clang_getNumCompletionChunks
84clang_getNumDiagnostics
Douglas Gregor16a2bdd2010-09-13 22:52:57 +000085clang_getNumOverloadedDecls
86clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +000087clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +000088clang_getPointeeType
Dan Gohman314ca582010-04-16 04:45:02 +000089clang_getRange
90clang_getRangeEnd
91clang_getRangeStart
Ted Kremenekc1508872010-06-21 20:15:39 +000092clang_getResultType
Douglas Gregord3f48bd2010-09-02 00:07:54 +000093clang_getSpecializedCursorTemplate
Douglas Gregor229bebd2010-11-09 06:24:54 +000094clang_getSpellingLocation
Douglas Gregorf11309e2010-08-31 22:12:17 +000095clang_getTemplateCursorKind
Dan Gohman314ca582010-04-16 04:45:02 +000096clang_getTokenExtent
97clang_getTokenKind
98clang_getTokenLocation
99clang_getTokenSpelling
100clang_getTranslationUnitCursor
101clang_getTranslationUnitSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +0000102clang_getTypeDeclaration
103clang_getTypeKindSpelling
Dan Gohman314ca582010-04-16 04:45:02 +0000104clang_isCursorDefinition
105clang_isDeclaration
106clang_isExpression
107clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000108clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000109clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000110clang_isReference
111clang_isStatement
112clang_isTranslationUnit
113clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000114clang_isVirtualBase
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000115clang_parseTranslationUnit
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000116clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000117clang_saveTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000118clang_sortCodeCompletionResults
Dan Gohman314ca582010-04-16 04:45:02 +0000119clang_tokenize
120clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000121clang_visitChildrenWithBlock