forked from OSchip/llvm-project
parent
c2b3c1f14b
commit
f1e2c40b1b
|
@ -123,6 +123,11 @@ public:
|
|||
return cast<ObjCPropertyRefExpr>(MsgOrPropE)->getReceiverLocation();
|
||||
}
|
||||
|
||||
const Expr *getMsgOrPropExpr() const {
|
||||
assert(isValid() && "This ObjCMessage is uninitialized!");
|
||||
return MsgOrPropE;
|
||||
}
|
||||
|
||||
SourceRange getSourceRange() const {
|
||||
assert(isValid() && "This ObjCMessage is uninitialized!");
|
||||
return MsgOrPropE->getSourceRange();
|
||||
|
|
Loading…
Reference in New Issue