Searched refs:SubInitList (Results 1 – 1 of 1) sorted by relevance
1104 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) { in CheckSubElementType() local1105 if (SubInitList->getNumInits() == 1 && in CheckSubElementType()1106 IsStringInit(SubInitList->getInit(0), ElemType, SemaRef.Context) == in CheckSubElementType()1108 expr = SubInitList->getInit(0); in CheckSubElementType()1113 SubInitList->getSourceRange(), true); in CheckSubElementType()1114 CheckExplicitInitList(Entity, SubInitList, ElemType, in CheckSubElementType()