Searched refs:PType (Results 1 – 5 of 5) sorted by relevance
490 QualType PType = ArgTy->getPointeeType(); in process() local491 if ((!PType.isNull() && !PType.isConstQualified()) in process()
4813 QualType PType = PI->getType(); in getObjCEncodingForBlock() local4814 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()4828 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local4830 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()4834 PType = PVDecl->getType(); in getObjCEncodingForBlock()4835 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()4836 PType = PVDecl->getType(); in getObjCEncodingForBlock()4838 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()4841 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()4843 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()[all …]
474 llvm::Type *PType in EmitMemberDataPointerAddress() local476 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
2207 llvm::Type *PType = in EmitMemberDataPointerAddress() local2242 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
6950 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local6951 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()6958 PType= AT->getElementType(); in CheckParmsForFunctionDef()