/external/clang/lib/CodeGen/ |
D | CodeGenABITypes.cpp | 32 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 33 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
|
D | CodeGenTypes.h | 287 QualType receiverType);
|
D | CGCall.cpp | 419 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 421 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenABITypes.cpp | 38 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 39 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
|
D | CodeGenTypes.h | 226 QualType receiverType);
|
D | CGCall.cpp | 473 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 476 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 725 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local 733 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet() 737 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet() 758 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local 766 receiverType, in buildSet() 792 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet() 796 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildSet() 833 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local 835 ->getUsageType(receiverType); in buildRValueOperation() 1379 QualType receiverType = InstanceBase->getType(); in buildGet() local [all …]
|
D | SemaExprObjC.cpp | 3954 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local 3957 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
|
/external/turbine/java/com/google/turbine/types/ |
D | Erasure.java | 111 ty.receiverType() != null ? erase(ty.receiverType(), tenv) : null, in erasureMethodTy()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 730 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local 738 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet() 742 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet() 763 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local 771 receiverType, in buildSet() 798 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet() 802 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildSet() 839 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local 841 ->getUsageType(receiverType); in buildRValueOperation() 1379 QualType receiverType = InstanceBase->getType(); in buildGet() local [all …]
|
D | SemaExprObjC.cpp | 4336 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local 4339 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | AbstractTurbineTypesTest.java | 507 TypeMirror receiverType = e.getReceiverType(); in getTypes() 508 if (receiverType == null) { in getTypes() 511 receiverType = typeUtils.getNoType(TypeKind.NONE); in getTypes() 513 addType(e, receiverType); in getTypes()
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenABITypes.h | 53 QualType receiverType);
|
/external/turbine/java/com/google/turbine/type/ |
D | Type.java | 492 public abstract Type receiverType(); in receiverType() method in Type.MethodTy 501 Type receiverType, in create() argument 504 return new AutoValue_Type_MethodTy(tyParams, returnType, receiverType, parameters, thrown); in create()
|
/external/dokka/core/src/main/kotlin/javadoc/ |
D | docbase.kt | 283 …eNodeAdapter, val receiverType: DocumentationNode, val parent: ExecutableMemberAdapter) : Document… in typeName() constant 284 override fun typeName(): String? = receiverType.name in typeName() 285 override fun type(): Type? = TypeAdapter(module, receiverType) in typeName() 328 …override fun receiverType(): Type? = receiverNode()?.let { receiver -> TypeAdapter(module, receive… in hasNonEmptyContent() method
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CodeGenABITypes.h | 72 QualType receiverType);
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | BytecodeTypeInference.java | 479 InferredType receiverType = getTypeOfOperandFromTop(argumentSize - 1); in visitMethodInsn() local 480 if (receiverType.isUninitialized()) { in visitMethodInsn() 482 replaceUninitializedTypeInStack(receiverType, realType); in visitMethodInsn()
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineTypeMirror.java | 745 return type.receiverType() != null in getReceiverType() 746 ? factory.asTypeMirror(type.receiverType()) in getReceiverType()
|
D | TurbineTypes.java | 589 method.receiverType() != null ? subst(method.receiverType(), mapping) : null, in substMethod()
|
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/ |
D | JavaLayoutHtmlFormatOutputBuilder.kt | 1111 val receiverType = it.getClassExtensionReceiver()!! in <lambda>() constant 1112 … receiverType.links.filter { it.kind != NodeKind.ExternalLink}.firstOrNull() ?: in <lambda>() 1113 receiverType.links(NodeKind.ExternalLink).first() in <lambda>()
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DocumentationBuilder.kt | 553 val receiverType = extensionFunction.fuzzyExtensionReceiverType()?.makeNotNullable() in ClassDescriptor() constant 555 return receiverType != null && classType.checkIsSubtypeOf(receiverType) != null in ClassDescriptor()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1096 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1100 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1192 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1196 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 344 QualType getSendResultType(QualType receiverType) const;
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 342 QualType getSendResultType(QualType receiverType) const;
|