Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PointeeTy

2378   void BuildPointerTypeInfo(QualType PointeeTy);
2557 QualType PointeeTy = PointerTy->getPointeeType();
2558 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
2563 Qualifiers Quals = PointeeTy.getQualifiers();
3238 void ItaniumRTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) {
3241 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
3270 QualType PointeeTy = Ty->getPointeeType();
3274 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);