diff options
Diffstat (limited to 'clang/tools/CIndex/CIndex.exports')
-rw-r--r-- | clang/tools/CIndex/CIndex.exports | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/CIndex/CIndex.exports b/clang/tools/CIndex/CIndex.exports index a695ba2b08d..d5f8298997b 100644 --- a/clang/tools/CIndex/CIndex.exports +++ b/clang/tools/CIndex/CIndex.exports @@ -21,14 +21,14 @@ _clang_getCursorLine _clang_getCursorSource _clang_getCursorSourceFile _clang_getCursorSpelling +_clang_getCursorUSR _clang_getDeclColumn _clang_getDeclExtent -_clang_getDeclLine _clang_getDeclExtent +_clang_getDeclLine _clang_getDeclSource _clang_getDeclSourceFile _clang_getDeclSpelling -_clang_getDeclUSR _clang_getDeclaration _clang_getDefinitionSpellingAndExtent _clang_getEntityFromDecl |