[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
the receiver of an ObjC message expression. rdar://12578643 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167201 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang-c/Index.h 7 additions, 1 deletioninclude/clang-c/Index.h
- include/clang/AST/ExprObjC.h 11 additions, 0 deletionsinclude/clang/AST/ExprObjC.h
- lib/AST/Expr.cpp 16 additions, 20 deletionslib/AST/Expr.cpp
- test/Index/cursor-dynamic-call.mm 5 additions, 3 deletionstest/Index/cursor-dynamic-call.mm
- tools/c-index-test/c-index-test.c 6 additions, 0 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CXCursor.cpp 13 additions, 0 deletionstools/libclang/CXCursor.cpp
- tools/libclang/libclang.exports 1 addition, 0 deletionstools/libclang/libclang.exports
Loading
Please register or sign in to comment