summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2017-04-27 17:23:04 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2017-04-27 17:23:04 +0000
commit2a68486c8f1133087a69da103baebf324917033d (patch)
treed49fa8d775678789db5d51f6076564351c925757 /clang/include/clang-c
parent883522b1fac4a893265cd594b438dc5497901a0f (diff)
downloadbcm5719-llvm-2a68486c8f1133087a69da103baebf324917033d.tar.gz
bcm5719-llvm-2a68486c8f1133087a69da103baebf324917033d.zip
[libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverType to handle ObjC property references
Also enhance clang_Cursor_getReceiverType to handle C++ method calls. llvm-svn: 301568
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 9acc9b75bff..c3a48228869 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -3975,8 +3975,8 @@ CINDEX_LINKAGE int clang_Cursor_getObjCSelectorIndex(CXCursor);
CINDEX_LINKAGE int clang_Cursor_isDynamicCall(CXCursor C);
/**
- * \brief Given a cursor pointing to an Objective-C message, returns the CXType
- * of the receiver.
+ * \brief Given a cursor pointing to an Objective-C message or property
+ * reference, or C++ method call, returns the CXType of the receiver.
*/
CINDEX_LINKAGE CXType clang_Cursor_getReceiverType(CXCursor C);
OpenPOWER on IntegriCloud