Home | History | Annotate | Download | only in Sema

Lines Matching defs:ExprTy

281   QualType ExprTy = Context.getCanonicalType(E->getType());
284 if (ExprTy == TypeTy)
1209 QualType ExprTy = E.getType();
1211 QualType PointeeTy = ExprTy->getPointeeType();
1215 FunTy = ExprTy->getAs<FunctionType>();