Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PointeeTy

2014   void BuildPointerTypeInfo(QualType PointeeTy);
2182 QualType PointeeTy = PointerTy->getPointeeType();
2183 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
2188 Qualifiers Quals = PointeeTy.getQualifiers();
2846 void ItaniumRTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) {
2849 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
2878 QualType PointeeTy = Ty->getPointeeType();
2882 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);