HomeSort by relevance Sort by last modified time
    Searched refs:receiverType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGObjC.cpp 155 QualType ReceiverType;
159 ReceiverType = E->getInstanceReceiver()->getType();
170 ReceiverType = E->getClassReceiver();
171 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
181 ReceiverType = E->getSuperType();
187 ReceiverType = E->getSuperType();
203 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 130 milliseconds