Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointeeTy

1380   QualType PointeeTy = ExprTy->getPointeeType();
1381 if (!PointeeTy.isNull())
1382 FunTy = PointeeTy->getAs<FunctionType>();