]> granicus.if.org Git - clang/commit
Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the receiver.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 10 Dec 2010 20:08:30 +0000 (20:08 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 10 Dec 2010 20:08:30 +0000 (20:08 +0000)
commite005d19456e6fb73ace33f25e02ac10e22dd063f
tree0c727d9aa27cc494ee098547d19348fee95cf354
parentf40f0d5a382395e0301d7dcbeaa2b8e90b8973b1
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