Searched refs:PType (Results 1 – 4 of 4) sorted by relevance
496 QualType PType = ArgTy->getPointeeType(); in process() local497 if ((!PType.isNull() && !PType.isConstQualified()) in process()
4412 QualType PType = (*PI)->getType(); in getObjCEncodingForBlock() local4413 CharUnits sz = getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()4429 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local4431 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) { in getObjCEncodingForBlock()4435 PType = PVDecl->getType(); in getObjCEncodingForBlock()4436 } else if (PType->isFunctionType()) in getObjCEncodingForBlock()4437 PType = PVDecl->getType(); in getObjCEncodingForBlock()4438 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()4440 ParmOffset += getObjCEncodingTypeSize(PType); in getObjCEncodingForBlock()4454 QualType PType = (*PI)->getType(); in getObjCEncodingForFunctionDecl() local[all …]
312 llvm::Type *PType in EmitMemberDataPointerAddress() local314 return Builder.CreateBitCast(Addr, PType); in EmitMemberDataPointerAddress()
4983 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local4984 if (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()