Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprTy

391   QualType ExprTy = Context.getCanonicalType(E->getType());
394 if (ExprTy == TypeTy)
1378 QualType ExprTy = E.getType();
1380 QualType PointeeTy = ExprTy->getPointeeType();
1384 FunTy = ExprTy->getAs<FunctionType>();