reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp
   28   if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
   28   if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
   28   if (!Msg || Msg->isImplicit() || !Msg->getMethodDecl())
   31   const ObjCInterfaceDecl *Receiver = Msg->getReceiverInterface();
   36   if (Msg->getReceiverKind() == ObjCMessageExpr::Class)
   42     if (Msg->getReceiverKind() == ObjCMessageExpr::Instance) {
   44                            Msg->getInstanceReceiver()->IgnoreParenImpCasts())) {