Add clang_getDeclLine and clang_getDeclColumn
Fix clang_getCursorDecl to do the right thing for expr refs
Fixup test file to accommodate new output (which includes the line/column for the referenced decl)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82798 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports
index 1b804b1..8cfc1a9 100644
--- a/tools/CIndex/CIndex.exports
+++ b/tools/CIndex/CIndex.exports
@@ -9,6 +9,8 @@
_clang_getCursorSource
_clang_getDeclarationName
_clang_getDeclSpelling
+_clang_getDeclLine
+_clang_getDeclColumn
_clang_getEntity
_clang_getEntityFromDecl
_clang_getURI