diff options
| author | Ted Kremenek <kremenek@apple.com> | 2009-10-22 17:22:53 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2009-10-22 17:22:53 +0000 |
| commit | a96b72a4ca723812473418563062aa5596ac72b2 (patch) | |
| tree | 7f3faa7132340d550c4fa82411b18d0dd95a004c /clang/tools/CIndex/CIndex.exports | |
| parent | 8de31d0e80d707f75bd3b2693cd2e9bf14dbf91f (diff) | |
| download | bcm5719-llvm-a96b72a4ca723812473418563062aa5596ac72b2.tar.gz bcm5719-llvm-a96b72a4ca723812473418563062aa5596ac72b2.zip | |
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
llvm-svn: 84873
Diffstat (limited to 'clang/tools/CIndex/CIndex.exports')
| -rw-r--r-- | clang/tools/CIndex/CIndex.exports | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/tools/CIndex/CIndex.exports b/clang/tools/CIndex/CIndex.exports index ea647b46a62..e9d44a0dc91 100644 --- a/clang/tools/CIndex/CIndex.exports +++ b/clang/tools/CIndex/CIndex.exports @@ -7,6 +7,7 @@ _clang_getCursorFromDecl _clang_getCursorKind _clang_getCursorLine _clang_getCursorSource +_clang_getCursorWithHint _clang_getDeclarationName _clang_getDeclSpelling _clang_getDeclLine @@ -20,6 +21,7 @@ _clang_loadTranslationUnit _clang_createTranslationUnit _clang_createTranslationUnitFromSourceFile _clang_disposeTranslationUnit +_clang_initCXLookupHint _clang_isDeclaration _clang_isReference _clang_isDefinition |

