Searched refs:argType (Results 1 – 3 of 3) sorted by relevance
1153 QualType argType = typeArgs[typeParam->getIndex()]; in substObjCTypeArgs() local1155 return ctx.getQualifiedType(argType, splitType.Quals); in substObjCTypeArgs()1163 QualType resultTy = ctx.applyObjCProtocolQualifiers(argType, in substObjCTypeArgs()
1384 QualType argType = argDecl->getType().getNonReferenceType(); in generateObjCSetterBody() local1385 DeclRefExpr arg(getContext(), argDecl, false, argType, VK_LValue, in generateObjCSetterBody()1388 argType.getUnqualifiedType(), CK_LValueToRValue, in generateObjCSetterBody()
1642 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType() local1643 llvm::StructType *st = dyn_cast<llvm::StructType>(argType); in GetFunctionType()1650 ArgTypes[FirstIRArg] = argType; in GetFunctionType()