Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprTy

607     QualType ExprTy = T;
608 if (!ExprTy->isArrayType())
609 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
610 IList->setType(ExprTy);
611 StructuredList->setType(ExprTy);