Home | History | Annotate | Download | only in Sema

Lines Matching refs:PointeeTy

1211   QualType PointeeTy = ExprTy->getPointeeType();
1212 if (!PointeeTy.isNull())
1213 FunTy = PointeeTy->getAs<FunctionType>();