summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/libclang.darwin.exports
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-01-27 16:27:11 +0000
committerDouglas Gregor <dgregor@apple.com>2011-01-27 16:27:11 +0000
commit56a6380cb734a98e489940933ed590396f8e7402 (patch)
treec5500db0417ce2e5520baca739803bdc23383698 /clang/tools/libclang/libclang.darwin.exports
parentadd754a02edaa7ab44ce1e0ed731fdf1739133ec (diff)
downloadbcm5719-llvm-56a6380cb734a98e489940933ed590396f8e7402.tar.gz
bcm5719-llvm-56a6380cb734a98e489940933ed590396f8e7402.zip
Add libclang functions to determine the const/volatile/restrict
qualifiers on a CXType. Patch from Stefan Seefeld, test by me. llvm-svn: 124377
Diffstat (limited to 'clang/tools/libclang/libclang.darwin.exports')
-rw-r--r--clang/tools/libclang/libclang.darwin.exports3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/tools/libclang/libclang.darwin.exports b/clang/tools/libclang/libclang.darwin.exports
index 1792312de27..7614544ca3b 100644
--- a/clang/tools/libclang/libclang.darwin.exports
+++ b/clang/tools/libclang/libclang.darwin.exports
@@ -109,16 +109,19 @@ _clang_getTypeDeclaration
_clang_getTypeKindSpelling
_clang_hashCursor
_clang_isCursorDefinition
+_clang_isConstQualifiedType
_clang_isDeclaration
_clang_isExpression
_clang_isInvalid
_clang_isPODType
_clang_isPreprocessing
_clang_isReference
+_clang_isRestrictQualifiedType
_clang_isStatement
_clang_isTranslationUnit
_clang_isUnexposed
_clang_isVirtualBase
+_clang_isVolatileQualifiedType
_clang_parseTranslationUnit
_clang_reparseTranslationUnit
_clang_saveTranslationUnit
OpenPOWER on IntegriCloud