Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PointeeTy

54   void BuildPointerTypeInfo(QualType PointeeTy);
221 QualType PointeeTy = PointerTy->getPointeeType();
222 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
227 Qualifiers Quals = PointeeTy.getQualifiers();
870 void RTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) {
873 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
901 QualType PointeeTy = Ty->getPointeeType();
905 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);