Home | History | Annotate | Download | only in Sema

Lines Matching full:pointeety

1304   QualType PointeeTy = ExprTy->getPointeeType();
1305 if (!PointeeTy.isNull())
1306 FunTy = PointeeTy->getAs<FunctionType>();