Home | History | Annotate | Download | only in Sema

Lines Matching defs:ExprTy

687     QualType ExprTy = T;
688 if (!ExprTy->isArrayType())
689 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
690 IList->setType(ExprTy);
691 StructuredList->setType(ExprTy);