Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprTy

263   QualType ExprTy = Context.getCanonicalType(E->getType());
266 if (ExprTy == TypeTy)
974 QualType ExprTy = E.getType();
976 QualType PointeeTy = ExprTy->getPointeeType();
980 FunTy = ExprTy->getAs<FunctionType>();
981 if (!FunTy && ExprTy == Context.BoundMemberTy) {