Home | History | Annotate | Download | only in AST

Lines Matching refs:PType

5085     QualType PType = PI->getType();
5086 CharUnits sz = getObjCEncodingTypeSize(PType);
5100 QualType PType = PVDecl->getOriginalType();
5102 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
5106 PType = PVDecl->getType();
5107 } else if (PType->isFunctionType())
5108 PType = PVDecl->getType();
5110 getObjCEncodingForMethodParameter(Decl::OBJC_TQ_None, PType,
5113 getObjCEncodingForType(PType, S);
5115 ParmOffset += getObjCEncodingTypeSize(PType);
5128 QualType PType = PI->getType();
5129 CharUnits sz = getObjCEncodingTypeSize(PType);
5142 QualType PType = PVDecl->getOriginalType();
5144 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
5148 PType = PVDecl->getType();
5149 } else if (PType->isFunctionType())
5150 PType = PVDecl->getType();
5151 getObjCEncodingForType(PType, S);
5153 ParmOffset += getObjCEncodingTypeSize(PType);
5195 QualType PType = (*PI)->getType();
5196 CharUnits sz = getObjCEncodingTypeSize(PType);
5213 QualType PType = PVDecl->getOriginalType();
5215 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
5219 PType = PVDecl->getType();
5220 } else if (PType->isFunctionType())
5221 PType = PVDecl->getType();
5223 PType, S, Extended);
5225 ParmOffset += getObjCEncodingTypeSize(PType);