summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/libclang.exports
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-05 00:22:37 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-10-05 00:22:37 +0000
commit2b9b5bb697d40fe6a348464a6da66e74c81fdbd4 (patch)
treee80f63e8879504ce78e3a6a1fc032c0bbc27080e /clang/tools/libclang/libclang.exports
parentc597c8c48b977d70996bc55e36e230f264120516 (diff)
downloadbcm5719-llvm-2b9b5bb697d40fe6a348464a6da66e74c81fdbd4.tar.gz
bcm5719-llvm-2b9b5bb697d40fe6a348464a6da66e74c81fdbd4.zip
[libclang] Introduce new C functions that provide information about modules:
clang_Cursor_getModule clang_Module_getParent clang_Module_getName clang_Module_getFullName clang_Module_getNumTopLevelHeaders clang_Module_getTopLevelHeader llvm-svn: 165280
Diffstat (limited to 'clang/tools/libclang/libclang.exports')
-rw-r--r--clang/tools/libclang/libclang.exports6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/tools/libclang/libclang.exports b/clang/tools/libclang/libclang.exports
index 610bd91c6a5..ec77fafa7b6 100644
--- a/clang/tools/libclang/libclang.exports
+++ b/clang/tools/libclang/libclang.exports
@@ -15,6 +15,12 @@ clang_Cursor_getSpellingNameRange
clang_Cursor_getTranslationUnit
clang_Cursor_isDynamicCall
clang_Cursor_isNull
+clang_Cursor_getModule
+clang_Module_getParent
+clang_Module_getName
+clang_Module_getFullName
+clang_Module_getNumTopLevelHeaders
+clang_Module_getTopLevelHeader
clang_IndexAction_create
clang_IndexAction_dispose
clang_Range_isNull
OpenPOWER on IntegriCloud