HomeSort by: relevance | last modified time | path
    Searched defs:receiverType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 730 QualType receiverType = RefExpr->getReceiverType(S.Context);
738 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType,
742 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(),
763 QualType receiverType = RefExpr->getReceiverType(S.Context);
771 receiverType,
798 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType,
802 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(),
839 QualType receiverType = RefExpr->getReceiverType(S.Context);
841 ->getUsageType(receiverType);
1379 QualType receiverType = InstanceBase->getType()
    [all...]
SemaExprObjC.cpp 1455 QualType ReceiverType,
1461 return Method->getSendResultType(ReceiverType);
1469 if (auto nullability = Method->getSendResultType(ReceiverType)
1490 Method->getSendResultType(ReceiverType));
1504 if (ReceiverType->getAsObjCInterfaceType())
1505 return transferNullability(Context.getObjCObjectPointerType(ReceiverType));
1508 if (ReceiverType->isObjCClassType() ||
1509 ReceiverType->isObjCQualifiedClassType())
1511 Method->getSendResultType(ReceiverType));
1516 return transferNullability(ReceiverType);
    [all...]

Completed in 25 milliseconds