diff options
author | Steve Naroff <snaroff@apple.com> | 2009-09-02 18:26:48 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-09-02 18:26:48 +0000 |
commit | 80a766bf50f08e4921e88aae073ed29e26419b61 (patch) | |
tree | 3d3338c89afd19623726d86818b12787c15ffb35 /clang/tools/CIndex/CIndex.exports | |
parent | b7cb99bf50d2e4887f4bf0ca47f671be6b6e9181 (diff) | |
download | bcm5719-llvm-80a766bf50f08e4921e88aae073ed29e26419b61.tar.gz bcm5719-llvm-80a766bf50f08e4921e88aae073ed29e26419b61.zip |
Start issuing callback for references (add some predicates, refactor some code).
llvm-svn: 80810
Diffstat (limited to 'clang/tools/CIndex/CIndex.exports')
-rw-r--r-- | clang/tools/CIndex/CIndex.exports | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/tools/CIndex/CIndex.exports b/clang/tools/CIndex/CIndex.exports index ac18cc8e325..3f87a82b3a1 100644 --- a/clang/tools/CIndex/CIndex.exports +++ b/clang/tools/CIndex/CIndex.exports @@ -15,4 +15,7 @@ _clang_loadDeclaration _clang_loadTranslationUnit _clang_createTranslationUnit _clang_isDeclaration -_clang_getKindSpelling +_clang_isReference +_clang_isDefinition +_clang_getCursorSpelling +_clang_getCursorKindSpelling |