Lines Matching refs:PTy
2594 QualType PTy = RefTy->getPointeeType(); in ConstructAttributeList() local
2595 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2597 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
2598 if (getTypes().getTargetAddressSpace(PTy) == 0 && in ConstructAttributeList()
2601 if (PTy->isObjectType()) { in ConstructAttributeList()
2775 QualType PTy = RefTy->getPointeeType(); in ConstructAttributeList() local
2776 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) in ConstructAttributeList()
2778 getMinimumObjectSize(PTy).getQuantity()); in ConstructAttributeList()
2779 if (getTypes().getTargetAddressSpace(PTy) == 0 && in ConstructAttributeList()
2782 if (PTy->isObjectType()) { in ConstructAttributeList()
2795 QualType PTy = ParamType->getPointeeType(); in ConstructAttributeList() local
2796 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2819 auto PTy = ParamType->getPointeeType(); in ConstructAttributeList() local
2820 if (!PTy->isIncompleteType() && PTy->isConstantSizeType()) { in ConstructAttributeList()
2821 auto info = getContext().getTypeInfoInChars(PTy); in ConstructAttributeList()