Searched refs:ParentIList (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 246 InitListExpr *ParentIList, QualType T, 823 InitListExpr *ParentIList, in CheckImplicitInitList() argument 840 SemaRef.Diag(ParentIList->getInit(Index)->getLocStart(), in CheckImplicitInitList() 849 = getStructuredSubobjectInit(ParentIList, Index, T, StructuredList, in CheckImplicitInitList() 851 SourceRange(ParentIList->getInit(Index)->getLocStart(), in CheckImplicitInitList() 852 ParentIList->getSourceRange().getEnd())); in CheckImplicitInitList() 857 CheckListElementTypes(Entity, ParentIList, T, in CheckImplicitInitList() 868 if (EndIndex < ParentIList->getNumInits() && in CheckImplicitInitList() 869 ParentIList->getInit(EndIndex)) { in CheckImplicitInitList() 871 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd(); in CheckImplicitInitList()
|