diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-08-27 23:50:46 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-08-27 23:50:46 +0000 |
commit | f710789aa714c11c331b4723dd7d15dc5bbcf685 (patch) | |
tree | 87d46f7f511caf3e733266d3cc358776bf2352cf | |
parent | 8a5ae2401645788144c0ae769a2fb899866801f5 (diff) |
Update exports list.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/CIndex/CIndex.exports | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports index 5016571e6c..0e6cfa549a 100644 --- a/tools/CIndex/CIndex.exports +++ b/tools/CIndex/CIndex.exports @@ -1 +1,17 @@ -_clang_index_dummy +_clang_createIndex +_clang_getCursor +_clang_getCursorColumn +_clang_getCursorDecl +_clang_getCursorFromDecl +_clang_getCursorKind +_clang_getCursorLine +_clang_getCursorSource +_clang_getDeclarationName +_clang_getDeclKind +_clang_getDeclSpelling +_clang_getEntity +_clang_getEntityFromDecl +_clang_getURI +_clang_loadDeclaration +_clang_loadTranslationUnit +_clang_loadTranslationUnitFromASTFile |