Home
last modified time | relevance | path

Searched refs:SubInitList (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp1336 if (InitListExpr *SubInitList = dyn_cast<InitListExpr>(expr)) { in CheckSubElementType() local
1337 if (SubInitList->getNumInits() == 1 && in CheckSubElementType()
1338 IsStringInit(SubInitList->getInit(0), ElemType, SemaRef.Context) == in CheckSubElementType()
1342 expr = SubInitList->getInit(0); in CheckSubElementType()