Home
last modified time | relevance | path

Searched refs:SubInitList (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaInit.cpp1104 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) { in CheckSubElementType() local
1105 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()