Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointeeTy

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