Searched refs:PType (Results 1 – 5 of 5) sorted by relevance
491 QualType PType = ArgTy->getPointeeType(); in process() local492 if ((!PType.isNull() && !PType.isConstQualified()) in process()
4733 QualType PType = (*PI)->getType(); in getObjCEncodingForBlock() local4734 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()4750 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local4752 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()4756 PType = PVDecl->getType(); in getObjCEncodingForBlock()4757 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()4758 PType = PVDecl->getType(); in getObjCEncodingForBlock()4760 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()4763 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()4765 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()[all …]
1047 llvm::Type *PType = in EmitMemberDataPointerAddress() local1077 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
370 llvm::Type *PType in EmitMemberDataPointerAddress() local372 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
6091 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local6092 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()6099 PType= AT->getElementType(); in CheckParmsForFunctionDef()