Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:PointeeTy

1100     QualType PointeeTy;
1102 PointeeTy = PT->getPointeeType();
1104 PointeeTy = BPT->getPointeeType();
1105 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
2867 QualType PointeeTy = PT->getPointeeType();
2868 convertToUnqualifiedObjCType(PointeeTy);
2869 T = Context->getPointerType(PointeeTy);
4223 QualType PointeeTy;
4225 PointeeTy = PT->getPointeeType();
4226 if (const FunctionType *FT = PointeeTy->getAs<FunctionType>()) {