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()
4759 QualType PType = (*PI)->getType(); in getObjCEncodingForBlock() local4760 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()4776 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local4778 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()4782 PType = PVDecl->getType(); in getObjCEncodingForBlock()4783 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()4784 PType = PVDecl->getType(); in getObjCEncodingForBlock()4786 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType, in getObjCEncodingForBlock()4789 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()4791 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()[all …]
406 llvm::Type *PType in EmitMemberDataPointerAddress() local408 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
1669 llvm::Type *PType = in EmitMemberDataPointerAddress() local1699 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
6215 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local6216 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()6223 PType= AT->getElementType(); in CheckParmsForFunctionDef()