Searched refs:SubInitList (Results 1 – 1 of 1) sorted by relevance
1219 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) { in CheckSubElementType() local1220 if (SubInitList->getNumInits() == 1 && in CheckSubElementType()1221 IsStringInit(SubInitList->getInit(0), ElemType, SemaRef.Context) == in CheckSubElementType()1223 expr = SubInitList->getInit(0); in CheckSubElementType()1228 SubInitList->getSourceRange(), true); in CheckSubElementType()1229 CheckExplicitInitList(Entity, SubInitList, ElemType, in CheckSubElementType()