Home | History | Annotate | Download | only in AST

Lines Matching refs:PType

4599     QualType PType = (*PI)->getType();
4600 CharUnits sz = getObjCEncodingTypeSize(PType);
4616 QualType PType = PVDecl->getOriginalType();
4618 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4622 PType = PVDecl->getType();
4623 } else if (PType->isFunctionType())
4624 PType = PVDecl->getType();
4626 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType,
4629 getObjCEncodingForType(PType, S);
4631 ParmOffset += getObjCEncodingTypeSize(PType);
4645 QualType PType = (*PI)->getType();
4646 CharUnits sz = getObjCEncodingTypeSize(PType);
4661 QualType PType = PVDecl->getOriginalType();
4663 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4667 PType = PVDecl->getType();
4668 } else if (PType->isFunctionType())
4669 PType = PVDecl->getType();
4670 getObjCEncodingForType(PType, S);
4672 ParmOffset += getObjCEncodingTypeSize(PType);
4714 QualType PType = (*PI)->getType();
4715 CharUnits sz = getObjCEncodingTypeSize(PType);
4732 QualType PType = PVDecl->getOriginalType();
4734 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4738 PType = PVDecl->getType();
4739 } else if (PType->isFunctionType())
4740 PType = PVDecl->getType();
4742 PType, S, Extended);
4744 ParmOffset += getObjCEncodingTypeSize(PType);