Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the receiver.
commit17e588020a355892add66fcec831ffec647518da
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 10 Dec 2010 20:08:30 +0000 (10 20:08 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Fri, 10 Dec 2010 20:08:30 +0000 (10 20:08 +0000)
tree0c727d9aa27cc494ee098547d19348fee95cf354
parent32976b22bcfc96dde43da1311029052c3c09143c
Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the receiver.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121517 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprObjC.h
lib/AST/Expr.cpp