reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 if (!Msg || Msg->isImplicit() || 246 if (!Msg || Msg->isImplicit() || 247 (Msg->getReceiverKind() != ObjCMessageExpr::Instance && 248 Msg->getReceiverKind() != ObjCMessageExpr::SuperInstance)) 250 if (const Expr *Receiver = Msg->getInstanceReceiver()) 254 const ObjCMethodDecl *Method = Msg->getMethodDecl(); 264 SourceRange MsgRange = Msg->getSourceRange(); 266 (Msg->getReceiverKind() == ObjCMessageExpr::SuperInstance); 268 const Expr *receiver = Msg->getInstanceReceiver(); 271 bool IsGetter = (Msg->getNumArgs() == 0); 275 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc(); 277 SourceLocation EndLoc = Msg->getSelectorLoc(0); 300 const Expr*const* Args = Msg->getArgs(); 305 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getEndLoc();