Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprTy

768     QualType ExprTy = T;
769 if (!ExprTy
770 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
771 IList->setType(ExprTy);
772 StructuredList->setType(ExprTy);