Home | History | Annotate | Download | only in AST

Lines Matching refs:PType

4046     QualType PType = (*PI)->getType();
4047 CharUnits sz = getObjCEncodingTypeSize(PType);
4061 QualType PType = PVDecl->getOriginalType();
4063 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4067 PType = PVDecl->getType();
4068 } else if (PType->isFunctionType())
4069 PType = PVDecl->getType();
4070 getObjCEncodingForType(PType, S);
4072 ParmOffset += getObjCEncodingTypeSize(PType);
4086 QualType PType = (*PI)->getType();
4087 CharUnits sz = getObjCEncodingTypeSize(PType);
4102 QualType PType = PVDecl->getOriginalType();
4104 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4108 PType = PVDecl->getType();
4109 } else if (PType->isFunctionType())
4110 PType = PVDecl->getType();
4111 getObjCEncodingForType(PType, S);
4113 ParmOffset += getObjCEncodingTypeSize(PType);
4155 QualType PType = (*PI)->getType();
4156 CharUnits sz = getObjCEncodingTypeSize(PType);
4173 QualType PType = PVDecl->getOriginalType();
4175 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
4179 PType = PVDecl->getType();
4180 } else if (PType->isFunctionType())
4181 PType = PVDecl->getType();
4183 PType, S, Extended);
4185 ParmOffset += getObjCEncodingTypeSize(PType);