Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprTy

910     QualType ExprTy = T;
911 if (!ExprTy->isArrayType())
912 ExprTy = ExprTy.getNonLValueExprType(SemaRef.Context);
913 IList->setType(ExprTy);
914 StructuredList->setType(ExprTy);