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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 669 QualType receiverType;
671 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
673 receiverType = RefExpr->getSuperReceiverType();
676 receiverType = InstanceReceiver->getType();
683 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType,
687 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(),
706 QualType receiverType;
708 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
710 receiverType = RefExpr->getSuperReceiverType();
713 receiverType = InstanceReceiver->getType()
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 188 QualType receiverType);