Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PointeeTy

54   void BuildPointerTypeInfo(QualType PointeeTy);
214 QualType PointeeTy = PointerTy->getPointeeType();
215 const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
220 Qualifiers Quals = PointeeTy.getQualifiers();
909 void RTTIBuilder::BuildPointerTypeInfo(QualType PointeeTy) {
912 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);
940 QualType PointeeTy = Ty->getPointeeType();
944 CGM.getContext().getUnqualifiedArrayType(PointeeTy, Quals);