Home | History | Annotate | Download | only in AST

Lines Matching refs:PType

4733     QualType PType = (*PI)->getType();
4734 CharUnits sz = getObjCEncodingTypeSize(PType);
4750 QualType PType = PVDecl->getOriginalType();
4752 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4756 PType = PVDecl->getType();
4757 } else if (PType->isFunctionType())
4758 PType = PVDecl->getType();
4760 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType,
4763 getObjCEncodingForType(PType, S);
4765 ParmOffset += getObjCEncodingTypeSize(PType);
4779 QualType PType = (*PI)->getType();
4780 CharUnits sz = getObjCEncodingTypeSize(PType);
4795 QualType PType = PVDecl->getOriginalType();
4797 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4801 PType = PVDecl->getType();
4802 } else if (PType->isFunctionType())
4803 PType = PVDecl->getType();
4804 getObjCEncodingForType(PType, S);
4806 ParmOffset += getObjCEncodingTypeSize(PType);
4848 QualType PType = (*PI)->getType();
4849 CharUnits sz = getObjCEncodingTypeSize(PType);
4866 QualType PType = PVDecl->getOriginalType();
4868 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4872 PType = PVDecl->getType();
4873 } else if (PType->isFunctionType())
4874 PType = PVDecl->getType();
4876 PType, S, Extended);
4878 ParmOffset += getObjCEncodingTypeSize(PType);