Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp1219 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) { in CheckSubElementType() local
1220 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()