Searched refs:SubInitList (Results 1 – 1 of 1) sorted by relevance
1041 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) { in CheckSubElementType() local1042 if (SubInitList->getNumInits() == 1 && in CheckSubElementType()1043 IsStringInit(SubInitList->getInit(0), ElemType, SemaRef.Context) == in CheckSubElementType()1045 expr = SubInitList->getInit(0); in CheckSubElementType()1050 SubInitList->getSourceRange(), true); in CheckSubElementType()1051 CheckExplicitInitList(Entity, SubInitList, ElemType, in CheckSubElementType()